WhereProject(Func<string, bool>) Method
Filters the project based on name.
Namespace
Statiq.CodeAnalysis
Containing Type
ReadWorkspace

Syntax

public ReadWorkspace WhereProject(Func<string, bool> predicate)

Parameters

Name Type Description
predicate Func<string, bool> A predicate that should return true if the project should be included.

Return Value

Type Description
ReadWorkspace The current module instance.