Skip to main content
Tab

ASPxUploadControl.OneDriveSettings Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlOneDriveSettings OneDriveSettings { get; }

Property Value

Type Description
UploadControlOneDriveSettings

An UploadControlOneDriveSettings object containing the settings.

Remarks

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

Note

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

See Also