aspnet-devexpress-dot-web-dot-aspxfilemanager-5382bc6a.md
Gets settings allowing the file manager to access a file system retained in Google Drive storage (personal account).
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public FileManagerGoogleDrivePersonalProviderSettings SettingsGoogleDrivePersonal { get; }
Public ReadOnly Property SettingsGoogleDrivePersonal As FileManagerGoogleDrivePersonalProviderSettings
| Type | Description |
|---|---|
| FileManagerGoogleDrivePersonalProviderSettings |
A FileManagerGoogleDrivePersonalProviderSettings object containing style settings.
|
The cloud provider should be registered only once before all components are created and use a cloud provider’s API. To dynamically manage user accounts, handle the static ResolveAccount event in the Global.asax file.
For security reasons, the settings available from the SettingsGoogleDrivePersonal property are not saved in the ViewState.
For more information, see the following topic: Google Drive Personal File System Provider.
See Also