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

UploadControlSettings.OneDrivePersonalSettings Property

Provides access to the account settings required to upload files to OneDrive (personal account).

Namespace: DevExpress.Web.Mvc

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

Declaration

public UploadControlOneDrivePersonalSettings OneDrivePersonalSettings { get; }

Property Value

Type Description
UploadControlOneDrivePersonalSettings

A UploadControlOneDrivePersonalSettings object that is the OneDrive account settings.

Remarks

To work with Google Drive, it is required to set the UploadControlSettings.UploadStorage property to OneDrivePersonal.

See Also