Share via


SYNC_SERIALIZE Flags

Flags that specify how a knowledge object is serialized.

#define SYNC_SERIALIZE_REPLICA_KEY_MAP                 0x00000001

Members

  • SYNC_SERIALIZE_REPLICA_KEY_MAP
    The replica key map is included in the serialized knowledge data.

Remarks

The ISyncKnowledge2::SerializeWithOptions method accepts a SYNC_SERIALIZE flag that specifies which data is included in the serialized knowledge data.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components