Defines the structure of the tree. If the delegate returns
null
the document
is excluded from the tree.
- Namespace
- Statiq
.Core - Containing Type
- CreateTree
Syntax
public CreateTree WithTreePath(Config<string[]> treePath)
Parameters
Name | Type | Description |
---|---|---|
treePath | Config |
A delegate that must return a sequence of strings. |
Return Value
Type | Description |
---|---|
CreateTree | The current module instance. |