Creates a new flatten module with the specified key for child documents.
Specify
null
to flatten all descendant documents regardless of key.
- Namespace
- Statiq
.Core - Containing Type
- FlattenTree
Syntax
public FlattenTree(bool removeTreePlaceholders)
Parameters
Name | Type | Description |
---|---|---|
removeTreePlaceholders | bool | true to filter out documents with the TreePlaceholder metadata. |