ByDate
Returns the given page collection sorted by date in ascending order.
ByExpiryDate
Returns the given page collection sorted by expiration date in ascending order.
ByLanguage
Returns the given page collection sorted by language in ascending order.
ByLastmod
Returns the given page collection sorted by last modification date in ascending order.
ByLength
Returns the given page collection sorted by content length in ascending order.
ByLinkTitle
Returns the given page collection sorted by link title in ascending order, falling back to title if link title is not defined.
ByParam
Returns the given page collection sorted by the given parameter in ascending order.
ByPublishDate
Returns the given page collection sorted by publish date in ascending order.
ByTitle
Returns the given page collection sorted by title in ascending order.
ByWeight
Returns the given page collection sorted by weight in ascending order.
GroupBy
Returns the given page collection grouped by the given field in ascending order.
GroupByDate
Returns the given page collection grouped by date in descending order.
GroupByExpiryDate
Returns the given page collection grouped by expiration date in descending order.
GroupByLastmod
Returns the given page collection grouped by last modification date in descending order.
GroupByParam
Returns the given page collection grouped by the given parameter in ascending order.
GroupByParamDate
Returns the given page collection grouped by the given date parameter in descending order.
GroupByPublishDate
Returns the given page collection grouped by publish date in descending order.
Len
Returns the number of pages in the given page collection.
Limit
Returns the first N pages from the given page collection.
Next
Returns the next page in a page collection, relative to the given page.
Prev
Returns the previous page in a page collection, relative to the given page.
Related
Returns a collection of pages related to the given page.
Reverse
Returns the given page collection in reverse order.