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
- GroupBy
Syntax
public GroupBy Where(DocumentConfig predicate)
Parameters
Name | Type | Description |
---|---|---|
predicate | DocumentConfig | A delegate that should return a bool . |
Return Value
Type | Description |
---|---|
GroupBy | The current module instance. |