Summary
Sets how many items the feed will contain. The default value is 20.
Note that documents will be used in the order in which they are input
into this module, so a
OrderBy module or similar should be used
to order the documents prior to this module.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds MaximumItems(int maximumItems)
Parameters
| Name | Type | Description |
|---|---|---|
| maximumItems | int | The maximum number of items. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |
