Web API Edition | ComponentOne
C1.Web.Api.Storage.CloudStorage Namespace / AzureStorageProvider Class / GetFileStorage Method
The name of the AzureStorage.
The arguments

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

    Parameters

    name
    The name of the AzureStorage.
    args
    The arguments

    Return Value

    See Also