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

ASPxUploadControl.OneDrivePersonalSettings Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UploadControlOneDrivePersonalSettings OneDrivePersonalSettings { get; }

Property Value

Type Description
UploadControlOneDrivePersonalSettings

An UploadControlOneDrivePersonalSettings object containing the settings.

Remarks

Use the OneDrivePersonalSettings property to specify settings that allow the upload control to access OneDrive (personal account) (when the ASPxUploadControl.UploadStorage property is set to OneDrivePersonal).

Note

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

See Also