ChangeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of change for a synchronization event.
public enum class ChangeType
public enum ChangeType
Public Enum ChangeType
- Inheritance
-
ChangeType
Fields
Name | Value | Description |
---|---|---|
Create | 0 | An item or folder was created. |
Update | 1 | An item or folder was modified. |
Delete | 2 | An item or folder was deleted. |
ReadFlagChange | 3 | An item's IsRead flag was changed. |