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