Summary
Sets the item description. The default value is the value for the "Description" key
in the input document.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithItemDescription(DocumentConfig itemDescription)
Parameters
Name | Type | Description |
---|---|---|
itemDescription | DocumentConfig | A delegate that should return a string with
the item description. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |