IIdMapping.

MappedId(int) Method

Summary

Returns a previously registered mapping ID for the given ID if it exists.

Syntax

int MappedId(int origId)

Remarks

Returns a previously registered mapping ID for the given ID if it exists.

Parameters

Name Type Description
origId int

Return Value

Type Description
int The mapping ID for the given original ID or 0, if none has been registered.