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