ReadFiles.

Where(Func<IFile, bool>) Method

Summary

Specifies a predicate that must be satisfied for the file to be read.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
ReadFiles

Syntax

public ReadFiles Where(Func<IFile, bool> predicate)

Parameters

Name Type Description
predicate Func<IFile, bool> A predicate that returns true if the file should be read.

Return Value

Type Description
ReadFiles The current module instance.
GitHub