Summary
Reads the solution file at the specified path. This allows you to specify a different solution file depending on the input.
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.CodeAnalysis - Containing Type
- ReadSolution
Syntax
public ReadSolution(DocumentConfig path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | DocumentConfig | A delegate that returns a FilePath with the solution file path. |
Return Value
| Type | Description |
|---|---|
| void |
