Version SettingsHelp File Project Property
This is used to get or set the path to the help file builder project used to generate version
information.
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
The help file builder project makes it simple to manage settings for the prior version's assemblies such as references, API filter settings, etc.
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public FilePath HelpFileProject { get; set; }VB
Public Property HelpFileProject As FilePath
Get
SetC++
public:
property FilePath^ HelpFileProject {
FilePath^ get ();
void set (FilePath^ value);
}F#
member HelpFileProject : FilePath with get, setProperty Value
FilePathThe help file builder project makes it simple to manage settings for the prior version's assemblies such as references, API filter settings, etc.