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