Subscriber portal
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;
The item was created.
The item was updated.
The item was deleted.
Header: AnchorEnumerationProvider.h