Skip to main content
A newer version of this page is available. .
Tab

OneDriveFileSystemProvider Class

Provides an implementation of the OneDrive File System Provider.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class OneDriveFileSystemProvider :
    OneDriveFileSystemProviderBase

Remarks

The OneDriveFileSystemProvider class implements the file system provider functionality when a file manager accesses a file system retained in OneDrive. To learn more, see the OneDrive 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.

See Also