| | WebCenter Interaction API | |
| IPTCatalog.RemoveCards Method (Int32, Int32[]) |
Removes multiple documents from a single document folder.
object[] RemoveCards(
int lFromFolderID,
int[] vsaCardIDs
);
Parameters
-
lFromFolderID
- folderID of the document folder that contains the documents to be removed.
-
vsaCardIDs
- array of cardIDs of the documents being removed.
Return Value
Object[] array of approval statuses
See Also
IPTCatalog Interface | com.plumtree.server Namespace | IPTCatalog.RemoveCards Overload List