Summary
Partitions the result of the specified modules into groups with matching keys
based on the key delegate.
The input documents to GroupBy are used as
the initial input documents to the specified modules.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Control - Containing Type
- GroupByMany
Syntax
public GroupByMany(DocumentConfig key, params IModule[] modules)
Parameters
Name | Type | Description |
---|---|---|
key | DocumentConfig | A delegate that returns the group keys. |
modules | IModule[] | Modules to execute on the input documents prior to grouping. |
Return Value
Type | Description |
---|---|
void |