Web API Edition | ComponentOne
C1.Web.Api.Storage Namespace / DiskStorageProvider Class / GetDirectoryStorage Method
The name of the IDirectoryStorage.
The arguments

In This Topic
    GetDirectoryStorage Method (DiskStorageProvider)
    In This Topic
    Gets the IDirectoryStorage with specified name and arguments.
    Syntax
    'Declaration
     
    
    Public Function GetDirectoryStorage( _
       ByVal name As String, _
       Optional ByVal args As NameValueCollection _
    ) As IDirectoryStorage
    public IDirectoryStorage GetDirectoryStorage( 
       string name,
       NameValueCollection args
    )

    Parameters

    name
    The name of the IDirectoryStorage.
    args
    The arguments

    Return Value

    See Also