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 |
A delegate that returns the values to enumerate. |