WithItemDescription(Config<string>) Method
Sets the item description. The default value is the value for the "Description" key in the input document.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemDescription(Config<string> itemDescription)

Parameters

Name Type Description
itemDescription Config<string> The item description.

Return Value

Type Description
GenerateFeeds The current module instance.