MaximumItems(int) Method
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. Use a value of 0 to include all input documents.
Namespace
Statiq.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.