Where.

Where(DocumentConfig) Constructor

Summary

Specifies the predicate to use for filtering documents. Only input documents for which the predicate returns true will be output.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Where

Syntax

public Where(DocumentConfig predicate)

Parameters

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

Return Value

Type Description
void
GitHub