Gets or sets a value that indicates whether to include pages that are hidden in navigation.
<PersonalizableAttribute(PersonalizationScope.Shared)> _ <WebBrowsableAttribute(False)> _ Public Property IncludeHiddenPages As Boolean Get Set
Dim instance As TableOfContentsWebPart Dim value As Boolean value = instance.IncludeHiddenPages instance.IncludeHiddenPages = value
[PersonalizableAttribute(PersonalizationScope.Shared)] [WebBrowsableAttribute(false)] public bool IncludeHiddenPages { get; set; }
If the Web Part is configured to show pages, it can also be configured to show hidden pages. If this property is set to true and ShowPages is set to true, then the Web Part will show hidden pages. If this property is false, the Web Part will not show hidden pages.