ChangeKind Enumeration

Represents the type of change that is made to an item.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Enumeration ChangeKind
'Usage
Dim instance As ChangeKind
public enum ChangeKind
public enum class ChangeKind
type ChangeKind
public enum ChangeKind

Members

Member name Description
Update The change is an update.
Deleted The change is a delete.
UnknownItem The item to change is unknown to the replica.
Ghost The item has recently moved out of the filter.

See Also

Reference

Microsoft.Synchronization Namespace