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