Changes the default children metadata key.
- Namespace
- Statiq
.Core - Containing Type
- CreateTree
Syntax
public CreateTree WithChildrenKey(string childrenKey = "Children")
Parameters
| Name | Type | Description |
|---|---|---|
| childrenKey | string | The metadata key where child documents should be stored. |
Return Value
| Type | Description |
|---|---|
| CreateTree | The current module instance. |