IItemMetadata::GetGlobalId
Gets the global ID of the item.
The global ID uniquely identifies the item throughout the synchronization scope.
The format of the ID returned depends on the ID format schema specified when the replica was initialized. For information about ID formats, see Metadata Requirements for Standard Providers.
If IItemMetadata::SetGlobalId was called to set the global ID value, but the change has not yet been saved by a call to IReplicaMetadata::SaveItemMetadata, GetGlobalId returns the value that is contained in the IItemMetadata object and not the value that is stored in the metadata store.
Show: