Specifies a comparer to use for the ordering.
- Namespace
- Statiq
.Core - Containing Type
- OrderDocuments
Syntax
public OrderDocuments WithComparer(IComparer<object> comparer)
Parameters
Name | Type | Description |
---|---|---|
comparer | IComparer |
The comparer to use. |
Return Value
Type | Description |
---|---|
OrderDocuments | The current module instance. |