PlacementAction Enumeration
This enumeration defines the build component configuration file placement action values
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
[SerializableAttribute]
public enum PlacementAction
<SerializableAttribute>
Public Enumeration PlacementAction
[SerializableAttribute]
public enum class PlacementAction
[<SerializableAttribute>]
type PlacementAction
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 |