Arbortext Command Language > Repository API > dobj_move
  
dobj_move
dobj_move (sourcedobj , destdobj[, ud])
This function moves the document object sourcedobj into the folder or cabinet object specified by destdobj.
The ud parameter passes user defined data through to the adapter-specific implementation of this function.
If either sourcedobj or destdobj is invalid, or the operation fails, the function sets $main::ioerr and returns a zero (0). If the operation is successful, the function returns the document handle of the object sourcedobj.