UploadControlBinderSettings.DropboxSettings Property
In This Article
Provides access to the account settings required to upload files to the Dropbox Service.
Namespace: DevExpress.Web.Mvc.BinderSettings
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public UploadControlDropboxSettings DropboxSettings { get; }
#Property Value
Type | Description |
---|---|
Upload |
A Upload |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Dropbox |
---|---|
DevExpress |
|
#Remarks
To work with the Dropbox Service, it is required to set the UploadControlBinderSettings.UploadStorage property to Dropbox.
See Also