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