Click or drag to resize
Sandcastle Help File BuilderSelectProjectsDlgSelectSolutionOrProjects Method
This is used to prompt the user whether to add the solution or just selected projects from it as documentation sources.

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static IEnumerable<string> SelectSolutionOrProjects(
	string solutionName
)

Parameters

solutionName
Type: SystemString
The solution filename to use

Return Value

Type: IEnumerableString
An enumerable list containing either the solution name or the selected projects
See Also