Summary
Specifies a predicate that must be satisfied for the file to be written.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- WriteFiles
Syntax
public WriteFiles Where(DocumentConfig predicate)
Parameters
Name | Type | Description |
---|---|---|
predicate | DocumentConfig | A predicate that returns true if the file should be written. |
Return Value
Type | Description |
---|---|
WriteFiles | The current module instance. |