Web API Edition | ComponentOne
C1.Web.Api.Storage.CloudStorage Namespace / AzureStorageProvider Class / GetDirectoryStorage Method

In This Topic
    GetDirectoryStorage Method (AzureStorageProvider)
    In This Topic
    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
    args
    See Also