IBuildProcessCurrentProject Property

This read-only property is used to get the current project being used for the build

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
ISandcastleProject CurrentProject { get; }

Property Value

ISandcastleProject

Remarks

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

See Also