GenerateFeeds.

WithItemUpdated(DocumentConfig) Method

Summary

Sets the item updated time. The default value is the value for the "Updated" key in the input document.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemUpdated(DocumentConfig itemUpdated)

Parameters

Name Type Description
itemUpdated DocumentConfig A delegate that should return a DateTime with the item updated time.

Return Value

Type Description
GenerateFeeds The current module instance.
GitHub