BuildProcessCurrentFormat Property

This returns the current help file format being generated

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public 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