Web API Edition | ComponentOne
C1.Web.Api.Storage Namespace / StorageProviderManager Class / GetFileStorage Method
The path.
The arguments.

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

    Parameters

    path
    The path.
    args
    The arguments.

    Return Value

    See Also