GroupByMany.

Where(DocumentConfig) Method

Summary

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

Syntax

public GroupByMany Where(DocumentConfig predicate)

Parameters

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

Return Value

Type Description
GroupByMany The current module instance.
GitHub