Sets the metadata key to use for storing the current enumerated value in cloned documents.
This is
Current by default.
- Namespace
- Statiq
.Core - Containing Type
- EnumerateValues
Syntax
public EnumerateValues WithCurrentKey(string currentKey)
Parameters
| Name | Type | Description |
|---|---|---|
| currentKey | string | The metadata key to set for the current value. |
Return Value
| Type | Description |
|---|---|
| EnumerateValues | The current module instance. |