Web API Core | ComponentOne
C1.Web.Api.Storage Namespace / IStorageProvider Interface / GetDirectoryStorage Method
The name of the IDirectoryStorage.
The arguments

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

    Parameters

    name
    The name of the IDirectoryStorage.
    args
    The arguments

    Return Value

    See Also