Skip to main content
All docs
V25.1
  • Tab

    SharePointFileSystemProvider.LibraryName Property

    Specifies the library name.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public string LibraryName { get; set; }

    Property Value

    Type Description
    String

    The library name.

    Remarks

    <dx:ASPxFileManager ID="ASPxFileManager1" ProviderType="SharePoint">
        <SettingsSharePoint 
            AccountName="AccountName" 
            TokenEndpoint="TokenEndpoint" 
            RedirectUri="http://localhost"
            SiteName="SiteName" 
            SiteHostName="demo.sharepoint.com"
            LibraryName="TestLibrary" />
    </dx:ASPxFileManager>
    
    See Also