WithItemThreadUpdated(Config<DateTime?>) Method
Sets the item thread updated. By default, no thread updated time is specified.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemThreadUpdated(Config<DateTime?> itemThreadUpdated)

Parameters

Name Type Description
itemThreadUpdated Config<DateTime?> The item thread updated time.

Return Value

Type Description
GenerateFeeds The current module instance.