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

UploadControlSettings.OneDriveSettings Property

Provides access to the account settings required to upload files to OneDrive.

Namespace: DevExpress.Web.Mvc

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

Declaration

public UploadControlOneDriveSettings OneDriveSettings { get; }

Property Value

Type Description
UploadControlOneDriveSettings

A UploadControlOneDriveSettings object that is the OneDrive account settings.

Remarks

To work with OneDrive, it is required to set the UploadControlSettings.UploadStorage property to OneDrive.

See Also