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 changes that can occur to an item in the local replica.
typedef enum
{
CHANGE_CREATE = 0,
CHANGE_UPDATE = 1,
CHANGE_DELETE = 2,
} ITEM_CHANGE_TYPE;
Members
- CHANGE_CREATE
The item was created.
- CHANGE_UPDATE
The item was updated.
- CHANGE_DELETE
The item was deleted.
Requirements
Header: AnchorEnumerationProvider.h