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

ASPxFileManager.SettingsGoogleDrivePersonal Property

Gets settings allowing the file manager to access a file system retained in Google Drive storage (personal account).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FileManagerGoogleDrivePersonalProviderSettings SettingsGoogleDrivePersonal { get; }

Property Value

Type Description
FileManagerGoogleDrivePersonalProviderSettings

A FileManagerGoogleDrivePersonalProviderSettings object containing style settings.

Remarks

To learn more, see the Google Drive Personal File System Provider topic.

Note

For security reasons, the settings available from the SettingsGoogleDrivePersonal property are not saved in the ViewState.

See Also