ReadProject.

ReadProject(DocumentConfig) Constructor

Summary

Reads the project file at the specified path. This allows you to specify a different project file depending on the input.
Assembly
Wyam.CodeAnalysis.dll
Namespace
Wyam.CodeAnalysis
Containing Type
ReadProject

Syntax

public ReadProject(DocumentConfig path)

Parameters

Name Type Description
path DocumentConfig A delegate that returns a FilePath with the project file path.

Return Value

Type Description
void
GitHub