Back to Devexpress

SharePointFileSystemProvider Class

aspnet-devexpress-dot-web-804ba10f.md

latest2.4 KB
Original Source

SharePointFileSystemProvider Class

Implements the SharePoint File System Provider.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class SharePointFileSystemProvider :
    OneDriveFileSystemProviderBase
vb
Public Class SharePointFileSystemProvider
    Inherits OneDriveFileSystemProviderBase

Remarks

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

aspx
<dx:ASPxFileManager ID="FileManager" >
    //...
    <SettingsSharePoint 
        AccountName="FileManagerSharePointAccount" 
        TokenEndpoint="https://login.microsoftonline.com/46ec2686-1d80-6e0r-81de-57aec8e4672f/oauth2/token" 
        RedirectUri="http://localhost"
        SiteName="DemoSite" 
        SiteHostName="myteam.sharepoint.com" />
</dx:ASPxFileManager>

Inheritance

Object FileSystemProviderBase CloudFileSystemProviderBase OneDriveFileSystemProviderBase SharePointFileSystemProvider

See Also

SharePointFileSystemProvider Members

DevExpress.Web Namespace