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.

See also

Reference

PortalSiteMapProvider class

PortalSiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalSiteMapProvider