Arbortext Command Language > Repository API > poid_list_parents
  
poid_list_parents
poid_list_parents (logicalid, parent_array[, ud])
Builds an array parent_array containing the POIDs that contain the document object logicalid.
The ACL array parent_array will contain the following data.
Type of POID (usually C for container).
Name of document object.
POID of the document object.
Revision number of the POID
The ud parameter passes user defined data through to the adapter-specific implementation of this function.
If logicalid is invalid, or the operation fails, the function writes error data to $main::ioerr and returns -1. If the operation is successful, the function returns the number of entries added to the output array.
Related Topics
Repository API Callback functions