Summary
Sets the item thread updated. By default, no thread updated time is specified.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithItemThreadUpdated(DocumentConfig itemThreadUpdated)
Parameters
| Name | Type | Description |
|---|---|---|
| itemThreadUpdated | DocumentConfig | A delegate that should return a DateTime with
the item thread updated time. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |
