Web API Core | ComponentOne
C1.Web.Api.Storage.CloudStorage Namespace / OneDriveStorageProvider Class / GetFileStorage Method
The name of the OneDriveStorage.
The arguments

In This Topic
    GetFileStorage Method (OneDriveStorageProvider)
    In This Topic
    Gets the OneDriveStorage 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 OneDriveStorage.
    args
    The arguments

    Return Value

    See Also