Summary
Sets the item link. The default value is the absolute link to the input document.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithItemLink(DocumentConfig itemLink)
Parameters
| Name | Type | Description |
|---|---|---|
| itemLink | DocumentConfig | A delegate that should return a Uri with
the item link. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |
