Summary
Sets the item published time. The default value is the value for the "Published" key
in the input document.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithItemPublished(DocumentConfig itemPublished)
Parameters
Name | Type | Description |
---|---|---|
itemPublished | DocumentConfig | A delegate that should return a DateTime with
the item published time. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |