IChangeUnitMetadata Interface

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


interface IChangeUnitMetadata : IUnknown

IChangeUnitMetadata methods

Description

IChangeUnitMetadata::GetChangeUnitId

Gets the ID of the change unit.

IChangeUnitMetadata::GetChangeUnitVersion

Gets the current version of the change unit.

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.

Header: Metastore.h

Show: