Changes the default tree path metadata key.
- Namespace
- Statiq
.Core - Containing Type
- CreateTree
Syntax
public CreateTree WithTreePathKey(string treePathKey = "TreePath")
Parameters
Name | Type | Description |
---|---|---|
treePathKey | string | The metadata key where the tree path should be stored. |
Return Value
Type | Description |
---|---|
CreateTree | The current module instance. |