Reads the project file at the specified path. This allows you to specify a different project file depending on the input.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- ReadProject
Syntax
public ReadProject(Config<string> path)
Parameters
Name | Type | Description |
---|---|---|
path | Config |
A delegate that returns a path with the project file path. |