WithItemId(Config<string>) Method
Sets the item identifier. The default value is the absolute link to the input document.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemId(Config<string> itemId)

Parameters

Name Type Description
itemId Config<string> The item identifier (usually a link, but can be other values).

Return Value

Type Description
GenerateFeeds The current module instance.