TableOfContentsDataSourceView.IncludeContentFromStartingLocation Property
Determines whether to include the starting site and pages in that site.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property IncludeContentFromStartingLocation As Boolean
Get
Set
'Usage
Dim instance As TableOfContentsDataSourceView
Dim value As Boolean
value = instance.IncludeContentFromStartingLocation
instance.IncludeContentFromStartingLocation = value
public bool IncludeContentFromStartingLocation { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
TableOfContentsDataSourceView Class