Paginate.

Where(DocumentConfig) Method

Summary

Limits the documents to be paged to those that satisfy the supplied predicate.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Paginate

Syntax

public Paginate Where(DocumentConfig predicate)

Parameters

Name Type Description
predicate DocumentConfig A delegate that should return a bool.

Return Value

Type Description
Paginate The current module instance.
GitHub