BuildProcessCurrentProject Property

This returns the current project being used for the build

Definition

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

Property Value

SandcastleProject

Remarks

Although there is nothing stopping it, project options should not be modified during a build.

See Also