aspnet-devexpress-dot-web-a47ab433.md
Provides an implementation of the Google Drive Personal File System Provider.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class GoogleDrivePersonalFileSystemProvider :
GoogleDriveFileSystemProviderBase
Public Class GoogleDrivePersonalFileSystemProvider
Inherits GoogleDriveFileSystemProviderBase
The GoogleDrivePersonalFileSystemProvider class implements the file system provider functionality when a file manager accesses a file system retained in Google Drive (personal account). To learn more, see the Google Drive Personal 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.
Object FileSystemProviderBase CloudFileSystemProviderBase GoogleDriveFileSystemProviderBase GoogleDrivePersonalFileSystemProvider
See Also