FileManagerSettingsFolders.HideAspNetFolders Property
Specifies whether the reserved ASP.NET application folders are hidden.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to HideAspNetFolders |
---|---|---|
ASP.NET Web Forms Controls | ASPxFileManager |
|
ASP.NET MVC Extensions | FileManagerSettings |
|
Remarks
ASP.NET reserves certain folder names. The file manager hides these folders from the folder container and the filter box results, and does not allow access to them from the path box.
You can set the HideAspNetFolders property to false
to make the ASP.NET application folders accessible for users.
See Also