[]
        
(Showing Draft Content)

Microsoft.AspNetCore.Builder.CloudStorageProviderManagerExtensions.AddDropBoxStorage

AddDropBoxStorage Method

AddDropBoxStorage(StorageProviderManager, string, string, string)

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

Declaration
public static StorageProviderManager AddDropBoxStorage(this StorageProviderManager manager, string key, string accesstoken, string applicationName)
Parameters
Type Name Description
StorageProviderManager manager

The DropBoxStorageProvider

string key

The key value must be DropBox.

string accesstoken

Your access token.

string applicationName

Your application name.

Returns
Type Description
StorageProviderManager