BuildProcessCurrentFormat Property
This returns the current help file format being generated
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public HelpFileFormats CurrentFormat { get; }
Public ReadOnly Property CurrentFormat As HelpFileFormats
Get
public:
property HelpFileFormats CurrentFormat {
HelpFileFormats get ();
}
member 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.