IBuildProcessCurrentFormat Property
This read-only property is used to get the current help file format being generated
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
HelpFileFormats CurrentFormat { get; }
ReadOnly Property CurrentFormat As HelpFileFormats
Get
property HelpFileFormats CurrentFormat {
HelpFileFormats get ();
}
abstract CurrentFormat : HelpFileFormats with get
Property Value
HelpFileFormats 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.