IItemMetadata2 Interface

Represents additional metadata that is associated with an item in the synchronization scope.

interface IItemMetadata2 : IItemMetadata

Members

IItemMetadata2 method Description

IItemMetadata2::SetMergeWinnerIdOnDeletedItem

Sets the winning ID value of a merge tombstone.

IItemMetadata2::GetMergeWinnerId

Gets the winning ID value of a merge tombstone.

Remarks

To obtain an object of this type, pass IID_IItemMetadata2 to the QueryInterface method of an IItemMetadata object.

Requirements

Header: Metastore.h

See Also

Concepts

Sync Framework Metadata Storage Service Components