ChangeType Enum

Definition

Represents the enumeration for the change type.

public enum class ChangeType
[System.Runtime.Serialization.DataContract(Name="ChangeType", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")]
public enum ChangeType
[<System.Runtime.Serialization.DataContract(Name="ChangeType", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")>]
type ChangeType = 
Public Enum ChangeType
Inheritance
ChangeType
Attributes

Fields

NewOrUpdated 0

Specifies that the records are new or updated.

RemoveOrDeleted 1

Specifies that the records were removed or deleted.

Applies to