PublishingPage.IncludeInGlobalNavigation Property
Controls whether this PublishingPage object is included by the dynamic portion of the PortalSitemapProvider in the GlobalNavigation mode.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property IncludeInGlobalNavigation As Boolean
Get
Set
'Usage
Dim instance As PublishingPage
Dim value As Boolean
value = instance.IncludeInGlobalNavigation
instance.IncludeInGlobalNavigation = value
public bool IncludeInGlobalNavigation { get; set; }
Property Value
Type: System.Boolean
A Boolean value that represents whether this page is to be included.
The value is True if the area should be included in the current navigation, and it is False if the area should not be included.
This property defaults to True.
Remarks
This property is superseded by IncludePagesInNavigation such that, even if this property is set True, if the parent Web site has the noted property set to False, this Web site does not appear in navigation.
Setting this property opens, modifies, or updates the parent PublishingWeb object. This could make other instances of the same PublishingWeb object stale. Performance may be better if you use the IncludeInNavigation or ExcludeFromNavigation methods when showing or hiding several children of the same parent.