ConcatBranch.

Where(DocumentConfig) Method

Summary

Limits the documents passed to the child modules to those that satisfy the supplied predicate. All original input documents are output without modification regardless of whether they satisfy the predicate.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
ConcatBranch

Syntax

public ConcatBranch Where(DocumentConfig predicate)

Parameters

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

Return Value

Type Description
ConcatBranch The current module instance.
GitHub