OneDrivePersonalFileSystemProvider Class
Provides an implementation of the OneDrive Personal File System Provider.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The OneDrivePersonalFileSystemProvider class implements the file system provider functionality when a file manager accesses a file system retained in OneDrive (personal account). To learn more, see the OneDrive 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.
Inheritance
Object
FileSystemProviderBase
CloudFileSystemProviderBase
OneDriveFileSystemProviderBase
OneDrivePersonalFileSystemProvider
See Also