Table of Contents

PlacementAction Enum

Definition

Namespace
Sandcastle.Core.BuildAssembler.BuildComponent
Assembly
Sandcastle.Core.dll

This enumeration defines the build component configuration file placement action values

[Serializable]
public enum PlacementAction

Fields

Name Value Description
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