GenerateFeeds.

WithFeedUpdated(ContextConfig) Method

Summary

Sets the feed updated time. The default value is the current UTC time.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithFeedUpdated(ContextConfig feedUpdated)

Parameters

Name Type Description
feedUpdated ContextConfig A delegate that should return a DateTime with the feed updated time.

Return Value

Type Description
GenerateFeeds The current module instance.
GitHub