Specifies a predicate that must be satisfied for the file to be written.
- Namespace
- Statiq
.Core - Containing Type
- WriteFiles
Syntax
public WriteFiles Where(Config<bool> predicate)
Parameters
| Name | Type | Description |
|---|---|---|
| predicate | Config |
A predicate that returns true if the file should be written. |
Return Value
| Type | Description |
|---|---|
| WriteFiles | The current module instance. |