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

ASPxUploadControl.GoogleDrivePersonalSettings Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UploadControlGoogleDrivePersonalSettings GoogleDrivePersonalSettings { get; }

Property Value

Type Description
UploadControlGoogleDrivePersonalSettings

An UploadControlGoogleDrivePersonalSettings object containing the settings.

Remarks

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

Note

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

See Also