Click or drag to resize
Sandcastle Help File BuilderSelectProjectsDlgLoadSolutionProjectNames Method
This loads the dialog with the available projects from the given solution file

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void LoadSolutionProjectNames(
	string solutionName
)

Parameters

solutionName
Type: SystemString
The solution filename to use
See Also