Click or drag to resize
Sandcastle Help File BuilderBuildProcessCurrentProject Property
This returns the current project being used for the build

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public SandcastleProject CurrentProject { get; }

Property Value

Type: SandcastleProject
Remarks
Although there is nothing stopping it, project options should not be modified during a build.
See Also