[]
        
(Showing Draft Content)

C1.Web.Api.Storage.CloudStorage.GoogleDriveStorageProvider.GetFileStorage

GetFileStorage Method

GetFileStorage(string, NameValueCollection)

Gets the GoogleDriveStorage with specified name and arguments.

Declaration
public IFileStorage GetFileStorage(string name, NameValueCollection args = null)
Parameters
Type Name Description
string name

The name of the GoogleDriveStorage.

NameValueCollection args

The arguments

Returns
Type Description
IFileStorage

The GoogleDriveStorage.

Implements