Click or drag to resize
Sandcastle Help File BuilderBuildProcessCurrentFormat Property
This returns the current help file format being generated

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

Property Value

Type: HelpFileFormats
Remarks
The GenerateHelpFormatTableOfContents, GenerateHelpFileIndex, 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