BaseTableOfContentsDataSource.IncludeContentFromStartingLocation-Eigenschaft
Ruft ab oder legt einen Wert fest, der angibt, ob den ersten Siteübersichtsknoten als Stammknoten der Zuordnung in der Ansicht anzeigen sollen.
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 BaseTableOfContentsDataSource
Dim value As Boolean
value = instance.IncludeContentFromStartingLocation
instance.IncludeContentFromStartingLocation = value
public bool IncludeContentFromStartingLocation { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn Inhalt ab dem Ausgangspunkt enthalten sind; andernfalls false.
Hinweise
Legen Sie die IncludeContentFromStartingLocation -Eigenschaft auf false der aktuellen Siteübersichtsknotens ausschließen und nur enthalten Sie die untergeordneten Elemente des aktuellen Siteübersichtsknotens.
Siehe auch
Referenz
BaseTableOfContentsDataSource Klasse