Arbortext Command Language > Repository API > poid_list_children
  
poid_list_children
poid_list_children (logicalid, child_array[, ud])
Builds an array child_array containing data for the children (if any) of the document object logicalid.
The ACL array child_array will contain the following data.
Type of POID
Name of document object
Revision number of the POID
Is the object locked (Locked = True, Unlocked = False)?
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