PortalSiteMapProvider.IncludeHeadings Property
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
If set to True, the provider returns heading nodes. If set to False, heading nodes are removed from the hierarchy.