Back to Devexpress

GoogleDriveFileSystemProvider Class

aspnet-devexpress-dot-web-9e531677.md

latest2.0 KB
Original Source

GoogleDriveFileSystemProvider Class

Provides an implementation of the Google Drive File System Provider.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GoogleDriveFileSystemProvider :
    GoogleDriveFileSystemProviderBase
vb
Public Class GoogleDriveFileSystemProvider
    Inherits GoogleDriveFileSystemProviderBase

Remarks

The GoogleDriveFileSystemProvider class implements the file system provider functionality when a file manager accesses a file system retained in Google Drive. To learn more, see the Google Drive File System Provider topic.

This class can be used as an ancestor of your custom file system provider. In this case, you can override the class’s methods to provide custom implementation. To learn more, see the Custom File System Provider topic.

Inheritance

Object FileSystemProviderBase CloudFileSystemProviderBase GoogleDriveFileSystemProviderBase GoogleDriveFileSystemProvider

See Also

GoogleDriveFileSystemProvider Members

DevExpress.Web Namespace