Click or drag to resize
Sandcastle Help File BuilderSandcastleProject Constructor
There are five overloads for the constructor
Overload List
  NameDescription
Protected methodSandcastleProject
Constructor
Public methodSandcastleProject(Project)
This is used to create a Sandcastle Builder project from an existing MSBuild project instance.
Public methodSandcastleProject(SandcastleProject)
This is used to clone an existing project in order to build it without affecting the existing project's properties.
Public methodSandcastleProject(String, Boolean)
Load a Sandcastle Builder project from the given filename.
Top
See Also