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