Back to Devexpress

ASPxFileManager.SettingsSharePoint Property

aspnet-devexpress-dot-web-dot-aspxfilemanager-75d480a3.md

latest1.8 KB
Original Source

ASPxFileManager.SettingsSharePoint Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public FileManagerSharePointProviderSettings SettingsSharePoint { get; }
vb
Public ReadOnly Property SettingsSharePoint As FileManagerSharePointProviderSettings

Property Value

TypeDescription
FileManagerSharePointProviderSettings

SharePoint provider settings.

|

Remarks

To learn more, see the SharePoint File System Provider topic.

Note

For security reasons, the settings available from the SettingsSharePoint property are not saved in the ViewState.

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>

See Also

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace