Programmer's Guide > Interfaces > CMSSession interface > poidToLogicalId method
  
poidToLogicalId method
Translates a Persistent Object Identifier (POID) and version to a Logical ID. POIDs are used internally by Arbortext Editor and Arbortext Publishing Engine and are not normally used by an Application Developer.
poidToLogicalId(poid [, label] )
Parameters
Stringpoid
Specifies the POID to translate.
Stringlabel
[optional] Specifies the optional version label. The syntax is adapter-specific.
Returns
String. A Logical ID.
Throws
CMSException
If an error occurs.