Back to Devexpress

FileManagerOneDriveProviderSettings Class

aspnet-devexpress-dot-web-0908598d.md

latest2.1 KB
Original Source

FileManagerOneDriveProviderSettings Class

Provides account settings allowing the file manager to access a file system retained in OneDrive.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerOneDriveProviderSettings :
    FileManagerCloudProviderSettings
vb
Public Class FileManagerOneDriveProviderSettings
    Inherits FileManagerCloudProviderSettings

The following members return FileManagerOneDriveProviderSettings objects:

Remarks

These settings can be accessed by the ASPxFileManager.SettingsOneDrive property. To learn more, see the OneDrive File System Provider topic.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FileManagerSettingsBase FileManagerCloudProviderSettings FileManagerOneDriveProviderSettings FileManagerOneDrivePersonalProviderSettings

See Also

FileManagerOneDriveProviderSettings Members

DevExpress.Web Namespace