Sets the feed identifier. The default value is a link to the site.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedId(string feedId)
Parameters
Name | Type | Description |
---|---|---|
feedId | string | The feed identifier. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |