WebCenter Interaction API  
 

IPTObjectManager.DeleteObjects Method (Int32[])

Delete multiple objects with the specified IDs

object[] DeleteObjects(
   int[] ObjectIDs
);

Parameters

ObjectIDs
array of object ID for objects to be deleted

Return Value

an array of error codes, one corresponding to each ObjectID in the ObjectIDs argument. If item was deleted successfully, error code is 0.

See Also

IPTObjectManager Interface | com.plumtree.server Namespace | IPTObjectManager.DeleteObjects Overload List