Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2010 product release

Other versions are also available for the following:
TableOfContentsWebPart..::.IncludeHiddenPages Property

Gets or sets a value that indicates whether to include pages that are hidden in navigation.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Visual Basic (Declaration)
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property IncludeHiddenPages As Boolean
    Get
    Set
Visual Basic (Usage)
Dim instance As TableOfContentsWebPart
Dim value As Boolean

value = instance.IncludeHiddenPages

instance.IncludeHiddenPages = value
C#
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool IncludeHiddenPages { get; set; }

Property Value

Type: System..::.Boolean
The default value is false.

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker