Skip to main content
Tab

FileManagerSettingsFolders.HideAspNetFolders Property

Specifies whether the reserved ASP.NET application folders are hidden.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool HideAspNetFolders { get; set; }

Property Value

Type Default Description
Boolean true

true to hide folders; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HideAspNetFolders
ASP.NET MVC Extensions FileManagerSettings
.SettingsFolders .HideAspNetFolders
ASP.NET Web Forms Controls ASPxFileManager
.SettingsFolders .HideAspNetFolders

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