This documentation is archived and is not being maintained.
ChangeKind Enumeration
Represents the type of change that is made to an item.
Namespace:
Microsoft.Synchronization
Assembly:
Microsoft.Synchronization (in Microsoft.Synchronization.dll)
'Declaration
Public Enumeration ChangeKind
'Usage
Dim instance As ChangeKind
| 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. |