UploadControlDropboxSettings.AccessTokenValue Property
In This Article
OBSOLETE
Use the Account
Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
[Obsolete("Use the AccountManager class API and the AccountName property instead.")]
public string AccessTokenValue { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that is the access token. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Access |
---|---|---|
ASP. |
Upload |
|
Html |
|
|
Upload |
|
|
ASP. |
ASPx |
|
ASPx |
|
#Remarks
Specifies a Dropbox access token, which is used to authenticate all API requests to the Dropbox.
Use the AccessTokenValue property to to provide your application with access to your Dropbox account.
See Also