Compartilhar via


BaseTableOfContentsDataSource.IncludeContentFromStartingLocation propriedade

Obtém ou define um valor que indica se é necessário incluir o nó de mapa de site inicial como o nó raiz do mapa de site no modo de exibição de mapa de site.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
Public Property IncludeContentFromStartingLocation As Boolean
    Get
    Set
'Uso
Dim instance As BaseTableOfContentsDataSource
Dim value As Boolean

value = instance.IncludeContentFromStartingLocation

instance.IncludeContentFromStartingLocation = value
public bool IncludeContentFromStartingLocation { get; set; }

Valor de propriedade

Tipo: System.Boolean
true se o conteúdo do local inicial está incluídos; Caso contrário, false.

Comentários

Defina a propriedade IncludeContentFromStartingLocation para false para excluir o nó de mapa de site atual e inclua somente os filhos do nó de mapa de site atual.

Ver também

Referência

BaseTableOfContentsDataSource classe

BaseTableOfContentsDataSource membros

Microsoft.SharePoint.Publishing.WebControls namespace