Sets the item updated time. The default value is the value for the "Updated" key
in the input document.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithItemUpdated(Config<DateTime?> itemUpdated)
Parameters
Name | Type | Description |
---|---|---|
itemUpdated | Config |
The item updated time. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |