Aqualogic Interaction API  
 

IPTCatalog.SetApprovalStateByCard Method 

Sets the approval state of a document in a set of selected document folders.

object[] SetApprovalStateByCard(
   int lCardID,
   int nApprovalState,
   object vsaFoldersToSetIn
);

Parameters

lCardID
cardID of the document.
nApprovalState
approval state of the document. The states are: approved or pending approval.
vsaFoldersToSetIn

Return Value

Object[] array of statuses

See Also

IPTCatalog Interface | com.plumtree.server Namespace