Back to Devexpress

FileManagerDropBoxProviderSettings.AccountName Property

aspnet-devexpress-dot-web-dot-filemanagerdropboxprovidersettings.md

latest1.7 KB
Original Source

FileManagerDropBoxProviderSettings.AccountName Property

Gets or sets a value that specifies the name of the Dropbox account.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string AccountName { get; set; }
vb
<DefaultValue("")>
Public Property AccountName As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the account name.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AccountName
ASPxFileManager

.SettingsDropbox .AccountName

| | HtmlEditorFileManagerSettingsBase |

.SettingsDropbox .AccountName

|

See Also

FileManagerDropBoxProviderSettings Class

FileManagerDropBoxProviderSettings Members

DevExpress.Web Namespace