Back to Devexpress

FileManagerGoogleDrivePersonalProviderSettings Class

aspnet-devexpress-dot-web-b65e0eb3.md

latest2.3 KB
Original Source

FileManagerGoogleDrivePersonalProviderSettings Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return FileManagerGoogleDrivePersonalProviderSettings objects:

Remarks

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

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FileManagerSettingsBase FileManagerCloudProviderSettings FileManagerGoogleDriveProviderSettings FileManagerGoogleDrivePersonalProviderSettings

See Also

FileManagerGoogleDrivePersonalProviderSettings Members

DevExpress.Web Namespace