LocalItemChangeType Enumeration

Represents the type of changes that can occur to an item in the local replica.

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

'Declaration
Public Enumeration LocalItemChangeType
'Usage
Dim instance As LocalItemChangeType

Member nameDescription
CreateThe item was created.
UpdateThe item was updated.
DeleteThe item was deleted.
Show: