PROVIDER_FRAMEWORK_DELETE_MODE Enumeration

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

Syntax

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

Members

  • 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.

Requirements

Header: FullEnumerationProvider.h

See Also

Concepts

Sync Framework Simple Provider Components