GenerateFeeds.

WithItemThreadLink(DocumentConfig) Method

Summary

Sets the item thread link. By default, no thread link is specified.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemThreadLink(DocumentConfig itemThreadLink)

Parameters

Name Type Description
itemThreadLink DocumentConfig A delegate that should return a Uri with the item thread link.

Return Value

Type Description
GenerateFeeds The current module instance.
GitHub