Skip to main content

UploadControlBinderSettings.OneDrivePersonalSettings Property

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

Namespace: DevExpress.Web.Mvc.BinderSettings

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public UploadControlOneDrivePersonalSettings OneDrivePersonalSettings { get; }

Property Value

Type Description
UploadControlOneDrivePersonalSettings

A UploadControlOneDrivePersonalSettings object containing style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to OneDrivePersonalSettings
DevExpressEditorsBinder
.UploadControlBinderSettings .OneDrivePersonalSettings

Remarks

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

Note

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

See Also