[]
        
(Showing Draft Content)

C1.Web.Api.Storage.CloudStorage.DropBoxStorageProvider

DropBoxStorageProvider Class

The DropBox cloud storage provider.

Inheritance
DropBoxStorageProvider
Implements
Namespace: C1.Web.Api.Storage.CloudStorage
Assembly: C1.AspNetCore.Api.Cloud.dll
Syntax
public class DropBoxStorageProvider : IStorageProvider

Constructors

Name Description
DropBoxStorageProvider(string, string)

Create a DropBoxStorageProvider to StorageProviderManager with the specified key and some parameters.

Fields

Name Description
AccessToken

The DropBox cloud access token.

ApplicationName

The DropBox cloud application name.

Methods

Name Description
GetDirectoryStorage(string, NameValueCollection)

Gets the IDirectoryStorage with specified name and arguments.

GetFileStorage(string, NameValueCollection)

Gets the DropBoxStorage with specified name and arguments.