Skip to main content

HtmlEditorFileSaveSettings.DropboxSettings Property

Provides access to the account settings required to upload files to the Dropbox Service.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public UploadControlDropboxSettings DropboxSettings { get; }

Property Value

Type Description
UploadControlDropboxSettings

A UploadControlDropboxSettings object that is the Dropbox account settings.

Remarks

To work with the Dropbox Service, it is required to set the HtmlEditorFileSaveSettings.Storage property to Dropbox.

Implements

DevExpress.Web.Internal.IFileSaveSettings.DropboxSettings
See Also