Sets the key to use in the heading documents to store the level.
- Namespace
- Statiq
.Core - Containing Type
- GatherHeadings
Syntax
public GatherHeadings WithLevelKey(string levelKey)
Parameters
| Name | Type | Description |
|---|---|---|
| levelKey | string | The key to use for the level. |
Return Value
| Type | Description |
|---|---|
| GatherHeadings | The current module instance. |