Aqualogic Interaction API  
 

IPTCatalog.AddMultipleCardsToFolderWithRank Method (Int32[], Int32[], Int32, Int32, Boolean)

Adds multiple documents to a single target document folder with ranking.

object[] AddMultipleCardsToFolderWithRank(
   int[] vsaCardIDs,
   int[] vsaRankForEachCard,
   int lTargetFolderID,
   int lRequestedApprovalState,
   bool bAddOnlyAtSpecifiedApprovalState
);

Parameters

vsaCardIDs
array of cardIDs of the documents being added.
vsaRankForEachCard
rank assigned to each document in the folder.
lTargetFolderID
folderID of the document folder to which the documents are being added.
lRequestedApprovalState
approval state of the document. The states are approved or pending approval.
bAddOnlyAtSpecifiedApprovalState
if true and the requested approval state is "approved," user needs admin access privilege (full control) to add the document to the folder as approved; otherwise, documents that the user does not have admin access privelege for are added as unapproved documents.

Return Value

Object[] array of approval statuses

See Also

IPTCatalog Interface | com.plumtree.server Namespace | IPTCatalog.AddMultipleCardsToFolderWithRank Overload List