Summary
Sets the feed description. The default value is the value for the "Description" key
in the global metadata.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedDescription(ContextConfig feedDescription)
Parameters
Name | Type | Description |
---|---|---|
feedDescription | ContextConfig | A delegate that should return a string with
the feed description. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |