Visual Basic (Declaration)
Public Property IncludeInCurrentNavigation As Boolean
Dim instance As PublishingPage
Dim value As Boolean
value = instance.IncludeInCurrentNavigation
instance.IncludeInCurrentNavigation = value
public bool IncludeInCurrentNavigation { get; set; }
Property Value
A Boolean representing whether this page is to be included.
This property defaults to
True.
The value is
True if this
PublishingPage should be included in the current navigation, and it is
False if the area should not be included.