Click or drag to resize
Sandcastle Help File BuilderSandcastleProject Constructor (String, Boolean)
Load a Sandcastle Builder project from the given filename.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public SandcastleProject(
	string filename,
	bool mustExist
)

Parameters

filename
Type: SystemString
The filename to load
mustExist
Type: SystemBoolean
Specify true if the file must exist or false if a new project should be created if the file does not exist.
Exceptions
ExceptionCondition
ArgumentExceptionThis is thrown if a filename is not specified or if it does not exist and mustExist is true.
See Also