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

UploadControlGoogleDriveSettings Class

Provides account settings allowing the upload control to access a file system retained in the Google Drive.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadControlGoogleDriveSettings :
    UploadControlUploadStorageSettingsBase

The following members return UploadControlGoogleDriveSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.GoogleDriveSettings
ASP.NET MVC Extensions UploadControlBinderSettings.GoogleDriveSettings
UploadControlSettings.GoogleDriveSettings

Remarks

These settings can be accessed by the ASPxUploadControl.GoogleDriveSettings property.

See Also