Summary
Sets the feed published time. The default value is the current UTC time.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedPublished(ContextConfig feedPublished)
Parameters
Name | Type | Description |
---|---|---|
feedPublished | ContextConfig | A delegate that should return a DateTime with
the feed published time. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |