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