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

UploadControlBinderSettings.OneDriveSettings Property

Gets settings allowing an upload control to access a file system storage in the OneDrive.

Namespace: DevExpress.Web.Mvc.BinderSettings

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

Declaration

public UploadControlOneDriveSettings OneDriveSettings { get; }

Property Value

Type Description
UploadControlOneDriveSettings

A UploadControlOneDriveSettings object containing style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to OneDriveSettings
DevExpressEditorsBinder
.UploadControlBinderSettings.OneDriveSettings

Remarks

Use the OneDriveSettings property to specify settings that allow the upload control to access a OneDrive account when the UploadControlBinderSettings uploads files to the OneDrive (when the UploadControlBinderSettings.UploadStorage property is set to OneDrive).

Note

For security reasons, the settings available in the OneDriveSettings property are not saved in the ViewState.

See Also