Summary
Orders the input documents using the specified delegate to get the ordering key.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Control - Containing Type
- OrderBy
Syntax
public OrderBy(DocumentConfig key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | DocumentConfig | A delegate that should return the key to use for ordering. |
Return Value
| Type | Description |
|---|---|
| void |
