Orders the input documents using the specified delegate to get the ordering value.
- Namespace
- Statiq
.Core - Containing Type
- OrderDocuments
Syntax
public OrderDocuments(Config<object> value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Config |
A delegate that should return the value to use for ordering. |