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