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 |
A predicate that should return true if the project should be included. |
Return Value
Type | Description |
---|---|
ReadWorkspace | The current module instance. |