FindByOldId(ClassId: Integer; Id: String): IMetabaseUpdateObjectRemapping;
ClassId. Index of the class, to which object belongs.
Id. Object key in update.
The FindByOldId method searches for object mapping parameters by its identifier and class in update.
Object class indexes are contained in the MetabaseObjectClass enumeration.
If parameters are not found, the method returns Null.
The property use is given in the example for IMetabaseUpdateContext.RegisterHierarchyChangeO.
See also: