Skip to main content

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.v23.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.

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