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

UploadControlDropboxSettings.AccessTokenValue Property

OBSOLETE

Use the AccountManager class API and the AccountName property instead.

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.v20.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.Empty

A string value that is the access token.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to AccessTokenValue
ASP.NET Controls and MVC Extensions ASPxHtmlEditorAudioUploadSettings
.DropboxSettings .AccessTokenValue
ASPxHtmlEditorFlashUploadSettings
.DropboxSettings .AccessTokenValue
ASPxHtmlEditorImageUploadSettings
.DropboxSettings .AccessTokenValue
ASPxHtmlEditorUploadControl
.DropboxSettings .AccessTokenValue
ASPxHtmlEditorUploadSettingsBase
.DropboxSettings .AccessTokenValue
ASPxHtmlEditorVideoUploadSettings
.DropboxSettings .AccessTokenValue
ASPxUploadControl
.DropboxSettings .AccessTokenValue
ASP.NET Bootstrap Controls BootstrapUploadControl
.DropboxSettings .AccessTokenValue
ASP.NET MVC Extensions UploadControlBinderSettings
.DropboxSettings .AccessTokenValue
HtmlEditorFileSaveSettings
.DropboxSettings .AccessTokenValue
MVCxHtmlEditorAudioUploadSettings
.DropboxSettings .AccessTokenValue
MVCxHtmlEditorFlashUploadSettings
.DropboxSettings .AccessTokenValue
MVCxHtmlEditorImageUploadSettings
.DropboxSettings .AccessTokenValue
MVCxHtmlEditorVideoUploadSettings
.DropboxSettings .AccessTokenValue
MVCxUploadControl
.DropboxSettings .AccessTokenValue
UploadControlSettings
.DropboxSettings .AccessTokenValue

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