Operation Enum

Definition

Enum that specifies how an item element references an item.

public enum class Operation
public enum Operation
type Operation = 
Public Enum Operation
Inheritance
Operation

Fields

Exclude 1

The element referenced the item by an Exclude.

Include 0

The element referenced the item by an Include.

Remove 3

The element referenced the item by a Remove.

Update 2

The element referenced the item by an Update.

Applies to