GroupDocuments(Config<IEnumerable<object>>) Constructor
Partitions the input documents into groups with matching keys based on the key delegate.
Namespace
Statiq.Core
Containing Type
GroupDocuments

Syntax

public GroupDocuments(Config<IEnumerable<object>> groupKeys)

Parameters

Name Type Description
groupKeys Config<IEnumerable<object>> A delegate that returns group key(s) (multiple keys can be returned for each document and they'll be aggregated).