- Namespace
- Statiq
.Common - Containing Type
- I
Document Path Tree Extensions
Syntax
public static DocumentList<TDocument> GetDescendantsOf<TDocument>(this IDocumentPathTree<TDocument> tree, in NormalizedPath destinationPath, bool includeSelf)
where TDocument : IDocument
Type Parameters
Name | Description |
---|---|
TDocument |
Parameters
Name | Type | Description |
---|---|---|
tree | IDocumentPathTree |
|
destinationPath | NormalizedPath | |
includeSelf | bool |
Return Value
Type | Description |
---|---|
DocumentList |