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

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

    Return Value

    See Also