OrderBy.

ThenBy(DocumentConfig) Method

Summary

Orders the input documents using the specified delegate to get a secondary ordering key. You can chain as many ThenBy calls together as needed.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
OrderBy

Syntax

public OrderBy ThenBy(DocumentConfig key)

Parameters

Name Type Description
key DocumentConfig A delegate that should return the key to use for ordering.

Return Value

Type Description
OrderBy The current module instance.
GitHub