IChangeUnitMetadata Interface

Represents the metadata that is associated with a change unit contained in an item in the synchronization scope.

interface IChangeUnitMetadata : IUnknown

Members

IChangeUnitMetadata methods Description

IChangeUnitMetadata::GetChangeUnitId

Gets the ID of the change unit.

IChangeUnitMetadata::GetChangeUnitVersion

Gets the current version of the change unit.

Remarks

The metadata for a change unit contains its current version and ID. A list of the IChangeUnitMetadata objects that are contained in an IItemMetadata object can be obtained by calling IItemMetadata::GetChangeUnitEnumerator.

Requirements

Header: Metastore.h

See Also

Concepts

Sync Framework Metadata Storage Service Components