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

ASPxHtmlEditorUploadSettingsBase.DropboxSettings Property

Gets settings allowing ASPxHtmlEditor to access a file system storage in the DropBox Service.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public UploadControlDropboxSettings DropboxSettings { get; }

Property Value

Type Description
UploadControlDropboxSettings

A UploadControlDropboxSettings object that is the Dropbox account settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DropboxSettings
ASP.NET Controls and MVC Extensions HtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload .DropboxSettings
HtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload .DropboxSettings
HtmlEditorInsertImageDialogSettings
.SettingsImageUpload .DropboxSettings
HtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload .DropboxSettings
ASP.NET MVC Extensions MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload .DropboxSettings
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashUpload .DropboxSettings
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageUpload .DropboxSettings
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload .DropboxSettings

Remarks

Use the DropboxSettings property to specify settings that allow the ASPxHtmlEditor to access a Dropbox account to operate with files in the Dropbox Service (when the ASPxHtmlEditorUploadSettingsBase.UploadStorage property is set to Dropbox).

Note that files uploaded to the Dropbox account via the ASPxHtmlEditor control are shared with other users. The owner of the Dropbox account will note that all files are shared and are marked with a specific shared icon if they have been uploaded to the service using the From your computer option in the InsertImage dialog. Everyone who has links to these shared files can read them.

Note

For security reasons, the settings available using the DropboxSettings property are not saved in the ViewState.

See Also