Programmer's Guide > Interfaces > CMSObject interface > poid attribute
  
poid attribute
Specifies the Persistent Object Identifier (POID) associated with the object. This is different from a Logical ID, which can represent different versions of an object over time. For example, the Logical ID could represent the "LATEST" version of the object. The POID always references the same version of the object. An application programmer seldom needs to use a POID. Instead, they should mainly use the logicalId attribute.
poid
Access
read-only
Returns
String
Get throws
CMSException
Raised for any error accessing this attribute.