If the configuration delegate returns
true the original input document will be
included as the first result. By default, EnumerateWithInput is used.
- Namespace
- Statiq
.Core - Containing Type
- EnumerateValues
Syntax
public EnumerateValues WithInputDocument(Config<bool> withInput)
Parameters
| Name | Type | Description |
|---|---|---|
| withInput | Config |
A configuration delegate that should return true to include the original document. |
Return Value
| Type | Description |
|---|---|
| EnumerateValues | The current module instance. |