PlacementAction Enumeration

This enumeration defines the build component configuration file placement action values

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
[SerializableAttribute]
public enum PlacementAction

Members

None0The component is not used in this configuration
Start1Insert the component at the start of the configuration file
End2Insert the component at the end of the configuration file
Before3Place the component before the one indicated
After4Place the component after the one indicated
Replace5Replace the indicated component configuration with this one

See Also