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

HtmlEditorFileManagerSettingsBase.SettingsDropbox Property

Gets settings allowing the file manager to access a file system retained in the Dropbox Service.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerDropBoxProviderSettings SettingsDropbox { get; }

Property Value

Type Description
FileManagerDropBoxProviderSettings

A FileManagerDropBoxProviderSettings object containing Dropbox account settings.

Remarks

ASPxHtmlEditor media dialogs contain a built-in ASPxFileManager control, which supports most popular cloud services. When the HtmlEditorFileManagerSettingsBase.ProviderType property is set to Dropbox, the file manager operates with files contained in the Dropbox Service. In this case, specify the settings provided by the SettingsDropbox property to access a Dropbox account.

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

Note

For security reasons, the settings available from the SettingsDropbox property are not saved in the ViewState.

See Also