Home > Getting Started > Web.config > Configuration/appSettings > SiteMapRegionDepth
SiteMapRegionDepth
This setting indicates the number of region tiers to be included in the site map content. By default the value is "1", which means only top level regions are included.
Usage
This setting will need to be changed if you want to modify the depth of the Region hierarchy on the Site Map.
Example
To change the depth of Regions in the SiteMap, you would change the highlighted value below
<add key="SiteMapRegionDepth" value="1" />
See also
|