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

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

    Parameters

    name
    The name of the IFileStorage.
    args
    The arguments

    Return Value

    See Also