Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration LocalItemChangeType
'Usage
Dim instance As LocalItemChangeType
public enum LocalItemChangeType
public enum class LocalItemChangeType
public enum LocalItemChangeType
public enum LocalItemChangeType
Members
Member name | Description | |
---|---|---|
Create | The item was created. | |
Delete | The item was deleted. | |
Update | The item was updated. |