Skip to main content

UploadControlSettings.GoogleDriveSettings Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public UploadControlGoogleDriveSettings GoogleDriveSettings { get; }

Property Value

Type Description
UploadControlGoogleDriveSettings

A UploadControlGoogleDriveSettings object that is the Google Drive account settings.

Remarks

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

See Also