Aqualogic Interaction API  
 

IPTCatalog.SetApprovalStateByFolder Method 

Sets the approval state of multiple documents in a single document folder.

object[] SetApprovalStateByFolder(
   int lFolderID,
   int nApprovalState,
   object vsaCards
);

Parameters

lFolderID
folderID of the document folder.
nApprovalState
approval state of the document. The states are: approved or pending approval.
vsaCards
int array of cardIDs of the documents.

Return Value

Object[] array of approval statuses

See Also

IPTCatalog Interface | com.plumtree.server Namespace