Placement Action 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
[SerializableAttribute]
public enum PlacementActionVB
<SerializableAttribute>
Public Enumeration PlacementActionC++
[SerializableAttribute]
public enum class PlacementActionF#
[<SerializableAttribute>]
type PlacementActionMembers
| None | 0 | The component is not used in this configuration |
| Start | 1 | Insert the component at the start of the configuration file |
| End | 2 | Insert the component at the end of the configuration file |
| Before | 3 | Place the component before the one indicated |
| After | 4 | Place the component after the one indicated |
| Replace | 5 | Replace the indicated component configuration with this one |