ItemChange::IsMergeTombstone Property

Gets a value that indicates whether this change is a merge tombstone.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property bool IsMergeTombstone {
	bool get ();
}

Property Value

Type: System::Boolean
true when this change is a merge tombstone; otherwise, false.

A merge tombstone is used to indicate that conflicting items with different item IDs have been merged into one item that is identified by the winning item ID. The merge tombstone indicates that the losing item ID refers to the same item as the winning item ID.

Show: