Summary
Specifies whether the include processing should be recursive. If
true (which
is the default), then include statements will also be processed in the content of
included files recursively.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- Include
Syntax
public Include WithRecursion(bool recursion = true)
Parameters
| Name | Type | Description |
|---|---|---|
| recursion | bool | true if included content should be recursively processed. |
Return Value
| Type | Description |
|---|---|
| Include | The current module instance. |
