Help File Builder Plug In Export AttributeRuns In Partial Build Property
This is used to get or set whether or not the plug-in runs in partial builds
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not specified, the default is false
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool RunsInPartialBuild { get; set; }VB
Public Property RunsInPartialBuild As Boolean
Get
SetC++
public:
property bool RunsInPartialBuild {
bool get ();
void set (bool value);
}F#
member RunsInPartialBuild : bool with get, setProperty Value
BooleanIf not specified, the default is false