SYNC_SERIALIZE Flags

Flags that specify how a knowledge object is serialized.


#define SYNC_SERIALIZE_REPLICA_KEY_MAP                 0x00000001

SYNC_SERIALIZE_REPLICA_KEY_MAP

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

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

Header: Synchronization.h

Show: