IMetabaseUpdateKeyMap.FindByOldId

Syntax

FindByOldId(ClassId: Integer; Id: String): IMetabaseUpdateObjectRemapping;

Parameters

ClassId. Index of the class, to which object belongs.

Id. Object key in update.

Description

The FindByOldId method searches for object mapping parameters by its identifier and class in update.

Comments

Object class indexes are contained in the MetabaseObjectClass enumeration.

If parameters are not found, the method returns Null.

Example

The property use is given in the example for IMetabaseUpdateContext.RegisterHierarchyChangeO.

See also:

IMetabaseUpdateKeyMap