EnumerateValues(Config<IEnumerable<object>>) Constructor
Enumerates the values returned by the config and clones a document for each one. If the config returns null for a given document, the original input document will be output. If the config returns an empty enumerable for a given document, no result documents will be output for that input document.
Namespace
Statiq.Core
Containing Type
EnumerateValues

Syntax

public EnumerateValues(Config<IEnumerable<object>> values)

Parameters

Name Type Description
values Config<IEnumerable<object>> A delegate that returns the values to enumerate.