PROVIDER_FRAMEWORK_DELETE_MODE Enumeration

Represents the options for whether a local item delete is propagated to other replicas.


typedef enum
{
    PFDM_NORMAL = 0,
    PFDM_LOCAL_ONLY = 1,
} PROVIDER_FRAMEWORK_DELETE_MODE;

PFDM_NORMAL

The item is deleted from the local store, and the delete is propagated to other replicas.

PFDM_LOCAL_ONLY

The item is deleted from the local store, but the delete is not propagated to other replicas.

Header: FullEnumerationProvider.h

Show: