Allows you to specify an alternate metadata key for the heading documents.
- Namespace
- Statiq
.Core - Containing Type
- GatherHeadings
Syntax
public GatherHeadings WithMetadataKey(string metadataKey)
Parameters
| Name | Type | Description |
|---|---|---|
| metadataKey | string | The metadata key to store the heading documents in. |
Return Value
| Type | Description |
|---|---|
| GatherHeadings | The current module instance. |