By default documents are sorted in descending publish order. Use this
method to preserve their input document ordering instead.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds PreserveOrdering(bool preserveOrdering = true)
Parameters
Name | Type | Description |
---|---|---|
preserveOrdering | bool | true to preserve input ordering, false otherwise. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |