Sort

Sorts the input documents based on the specified comparison delegate.
The sorted documents are output as the result of this module. This is similar to the Wyam.Core.Modules.Control.OrderBy module but gives greater control over the sorting process.

Usage

  • Sort(Comparison<IDocument> sort)

    Creates a sort module.

    • sort

      The sorting delegate to use.

GitHub