DynamicChildLimit Property is an integer that represents the maximum number of dynamic child items to show at each level of navigation in a SharePoint site. This value defaults to 50. If the DynamicChildLimit value is not specified and there are more than 50 dynamic child items include subsites, pages and links, there are some navigation items do not show up in the navigation. Setting the value to 0 removes the limit.
For example:
<add name="CurrentNavSiteMapProvider" description="CMS provider for Current navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" name="CurrentNavSiteMapProvider" navigationtype="Current" encodeoutput="true" dynamicchildlimit="0" includepages="PerWeb" includeheadings="true" includeauthoredlinks="true">
No comments:
Post a Comment