ThenBy(Config<object>) Method
Orders the input documents using the specified delegate to get a secondary ordering value. You can chain as many ThenBy calls together as needed.
Namespace
Statiq.Core
Containing Type
OrderDocuments

Syntax

public OrderDocuments ThenBy(Config<object> value)

Parameters

Name Type Description
value Config<object> A delegate that should return the value to use for ordering.

Return Value

Type Description
OrderDocuments The current module instance.