PortalSiteMapProvider.IncludeHeadings Property
Gets a Boolean value that represents whether to return heading nodes.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property IncludeHeadings As Boolean
Get
Set
'Usage
Dim instance As PortalSiteMapProvider
Dim value As Boolean
value = instance.IncludeHeadings
instance.IncludeHeadings = value
public bool IncludeHeadings { get; set; }
Property Value
Type: System.Boolean
true for the provider to return heading nodes; false to remove heading nodes from the hierarchy.