IBuildProcessCurrentFormat Property

This read-only property is used to get the current help file format being generated

Definition

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

Property Value

HelpFileFormats

Remarks

The GenerateHelpProject, and CompilingHelpFile steps will run once for each help file format selected. This property allows a plug-in to determine which files it may need to work with during those steps or to skip processing if it is not relevant.

See Also