ArchiveSettings.

Sort Property

Summary

Sorts the documents before generating the archive pages. If null the documents will maintain the order of their source pipeline(s).
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Containing Type
ArchiveSettings

Syntax

public Comparison<IDocument> Sort { get; set; }

Value

Type Description
Comparison<IDocument>
GitHub