Back to Devexpress

FileManagerGoogleDriveProviderSettings Class

aspnet-devexpress-dot-web-80640fd6.md

latest2.1 KB
Original Source

FileManagerGoogleDriveProviderSettings Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerGoogleDriveProviderSettings :
    FileManagerCloudProviderSettings
vb
Public Class FileManagerGoogleDriveProviderSettings
    Inherits FileManagerCloudProviderSettings

The following members return FileManagerGoogleDriveProviderSettings objects:

Remarks

These settings can be accessed by the ASPxFileManager.SettingsGoogleDrive property. To learn more, see the Google Drive File System Provider topic.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FileManagerSettingsBase FileManagerCloudProviderSettings FileManagerGoogleDriveProviderSettings FileManagerGoogleDrivePersonalProviderSettings

See Also

FileManagerGoogleDriveProviderSettings Members

DevExpress.Web Namespace