GetSiblingsOf(TDocument, bool) Method
Namespace
Statiq.Common
Containing Type
DocumentPathTree<TDocument>
Implements

Syntax

public DocumentList<TDocument> GetSiblingsOf(TDocument document, bool includeSelf)

Parameters

Name Type Description
document TDocument
includeSelf bool

Return Value

Type Description
DocumentList<TDocument>