Sets the key to use in the heading documents to store the heading
id attribute (if it has one).
- Namespace
- Statiq
.Core - Containing Type
- GatherHeadings
Syntax
public GatherHeadings WithIdKey(string idKey)
Parameters
| Name | Type | Description |
|---|---|---|
| idKey | string | The key to use for the id. |
Return Value
| Type | Description |
|---|---|
| GatherHeadings | The current module instance. |