Skip to main content
A newer version of this page is available. .
Tab

DropboxFileSystemProvider.AccessTokenValue Property

OBSOLETE

Use the AccountManager class API and the AccountName property instead. For more information, refer to the http://help.devexpress.com/#AspNet/CustomDocument117605(Cloud Storage Account Management) topic.

Specifies a Dropbox access token, which is used to authenticate all API requests to the Dropbox.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the AccountManager class API and the AccountName property instead. For more information, refer to the http://help.devexpress.com/#AspNet/CustomDocument117605(Cloud Storage Account Management) topic.")]
public string AccessTokenValue { get; set; }

Property Value

Type Description
String

A string value that is the access token.

Remarks

Use the AccessTokenValue property to provide your application with access to your Dropbox account.

To learn more, see the Dropbox File System Provider topic.

See Also