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