IMetabaseUpdateRemapping.OldId

Fore Syntax

OldId: String;

Fore.NET 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.OldKeyproperty.

Fore and Fore.NET Examples

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

See also:

IMetabaseUpdateRemapping