Click or drag to resize
Sandcastle Help File BuilderDocumentationSourceProjectsIn Method
This is used to get a list of all projects in a solution file

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static IEnumerable<string> ProjectsIn(
	string solutionFile
)

Parameters

solutionFile
Type: SystemString
The solution filename from which to get the project names

Return Value

Type: IEnumerableString
An enumerable list of the projects within the solution regardless of which configuration or platform build combination in which they are enabled.
See Also