[]
The DropBox cloud storage provider.
public class DropBoxStorageProvider : IStorageProvider
| Name | Description |
|---|---|
| DropBoxStorageProvider(string, string) | Create a DropBoxStorageProvider to StorageProviderManager with the specified key and some parameters. |
| Name | Description |
|---|---|
| AccessToken | The DropBox cloud access token. |
| ApplicationName | The DropBox cloud application name. |
| Name | Description |
|---|---|
| GetDirectoryStorage(string, NameValueCollection) | Gets the IDirectoryStorage with specified name and arguments. |
| GetFileStorage(string, NameValueCollection) | Gets the DropBoxStorage with specified name and arguments. |