IMetabaseUpdateRemapping.OldId

Syntax

OldId: String;

Description

The OldId property returns identifier of mapped element in update.

Comments

To get key of mapped element in update, use the IMetabaseUpdateRemapping.OldKey property.

Example

The method use is given in the example for IMetabaseUpdateContext.RegisterHierarchyChange.

See also:

IMetabaseUpdateRemapping