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

FileManagerSharePointProviderSettings.LibraryName Property

Specifies the library name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string LibraryName { get; set; }

Property Value

Type Default Description
String String.Empty

The library name.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to LibraryName
ASP.NET Controls and MVC Extensions ASPxFileManager
.SettingsSharePoint .LibraryName
HtmlEditorFileManager
.SettingsSharePoint .LibraryName
RichEditFileManager
.SettingsSharePoint .LibraryName
RichEditFolderManager
.SettingsSharePoint .LibraryName
ASP.NET Bootstrap Controls BootstrapFileManager
.SettingsSharePoint .LibraryName
ASP.NET MVC Extensions MVCxFileManager
.SettingsSharePoint .LibraryName

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