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

UploadControlDropboxSettings Class

Provides account settings allowing the upload control to access a file system retained in the Dropbox Service.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadControlDropboxSettings :
    UploadControlUploadStorageSettingsBase

The following members return UploadControlDropboxSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxHtmlEditorUploadSettingsBase.DropboxSettings
ASPxUploadControl.DropboxSettings
ASP.NET MVC Extensions HtmlEditorFileSaveSettings.DropboxSettings
UploadControlBinderSettings.DropboxSettings
UploadControlSettings.DropboxSettings

Remarks

These settings can be accessed by the ASPxUploadControl.DropboxSettings property.

See Also