WithItemUpdated(Config<DateTime?>) Method
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<DateTime?> The item updated time.

Return Value

Type Description
GenerateFeeds The current module instance.