GroupDocuments(string) Constructor
Partitions the result of the input documents into groups with matching keys based on the value(s) at the specified metadata key. If a document to group does not contain the specified metadata key, it is not included in any output groups.
Namespace
Statiq.Core
Containing Type
GroupDocuments

Syntax

public GroupDocuments(string metadataKey)

Parameters

Name Type Description
metadataKey string The key metadata key.