Click or drag to resize
Sandcastle Help File BuilderExecutionBehaviors Enumeration
This public enumerated type defines the execution behavior of a build process plug-in

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum ExecutionBehaviors
Members
  Member nameValueDescription
Before1Execute before the help file builder's normal processing.
After2Execute after the help file builder's normal processing.
BeforeAndAfter3Execute both before and after the help file builder's normal processing.
InsteadOf4Execute instead of the help file builder's normal processing. If this flag is set, Before and After are ignored.
See Also