GetParentEntityID
Description
Returns the ID String of the Entity object that is the parent (original) in a pair of linked Entity objects.
Syntax
VBScript
link.GetParentEntityID
Perl
$link->GetParentEntityId
();
- Identifier
- Description
- link
- A Link object, which connects a parent and child Entity object to each other.
- Return value
- The String that identifies the parent (original) Entity object.
This ID is the unique key returned by the
GetDisplayName
of Entity.