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

ASPxUploadControl.GoogleDriveSettings Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public UploadControlGoogleDriveSettings GoogleDriveSettings { get; }

Property Value

Type Description
UploadControlGoogleDriveSettings

An UploadControlGoogleDriveSettings object containing the settings.

Remarks

Use the GoogleDriveSettings property to specify settings that allow the upload control to access Google Drive (when the ASPxUploadControl.UploadStorage property is set to GoogleDrive).

Note

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

See Also