This enumeration defines the placement values

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: 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 nameValueDescription
Before0Place the component before the one indicated.
After1Place the component after the one indicated.
Start2Insert the component at the start of the configuration file.
End3Insert the component at the end of the configuration file.
Replace4Replace the indicated component configuration with this one.
NotUsed5The component is not used in this configuration

See Also