This enumeration defines the placement values
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public enum Placement |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Enumeration Placement |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Before | 0 | Place the component before the one indicated. | |
| After | 1 | Place the component after the one indicated. | |
| Start | 2 | Insert the component at the start of the configuration file. | |
| End | 3 | Insert the component at the end of the configuration file. | |
| Replace | 4 | Replace the indicated component configuration with this one. | |
| NotUsed | 5 | The component is not used in this configuration |