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

UploadControlSettings.GoogleDrivePersonalSettings Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public UploadControlGoogleDrivePersonalSettings GoogleDrivePersonalSettings { get; }

Property Value

Type Description
UploadControlGoogleDrivePersonalSettings

A UploadControlGoogleDrivePersonalSettings object that is the Google Drive account settings.

Remarks

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

See Also