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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerDropBoxProviderSettings SettingsDropbox { get; }

Property Value

Type Description
FileManagerDropBoxProviderSettings

A FileManagerDropBoxProviderSettings object containing Dropbox account settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SettingsDropbox
ASP.NET Controls and MVC Extensions HtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .SettingsDropbox
HtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .SettingsDropbox
HtmlEditorInsertImageDialogSettings
.SettingsImageSelector .SettingsDropbox
HtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .SettingsDropbox
HtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .SettingsDropbox
ASP.NET MVC Extensions MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .SettingsDropbox
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .SettingsDropbox
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector .SettingsDropbox
MVCxHtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .SettingsDropbox
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .SettingsDropbox

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