Back to Devexpress

ASPxFileManager.SettingsOneDrive Property

aspnet-devexpress-dot-web-dot-aspxfilemanager-35df6c52.md

latest1.8 KB
Original Source

ASPxFileManager.SettingsOneDrive Property

Gets settings allowing the file manager to access a file system retained in OneDrive storage.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public FileManagerOneDriveProviderSettings SettingsOneDrive { get; }
vb
Public ReadOnly Property SettingsOneDrive As FileManagerOneDriveProviderSettings

Property Value

TypeDescription
FileManagerOneDriveProviderSettings

A FileManagerOneDriveProviderSettings object containing provider settings.

|

Remarks

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 SettingsOneDrive property are not saved in the ViewState.

For more information, see the following topic: OneDrive File System Provider.

See Also

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace