ASPxUploadControl.DropboxSettings Property
In This Article
Provides access to the account settings required to upload files to the Dropbox Service.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadControlDropboxSettings DropboxSettings { get; }
#Property Value
Type | Description |
---|---|
Upload |
A Upload |
#Remarks
To work with the Dropbox Service, it is required to set the UploadControlSettings.UploadStorage property to Dropbox.
See Also