Summary
Specifies a predicate that must be satisfied for the file to be copied.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- CopyFiles
Syntax
public CopyFiles Where(Func<IFile, 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. |