WebCenter Interaction API  
 

IPTCatalog.SetCardRank Method 

Sets the ranking for a document in a particular document folder.

void SetCardRank(
   int lCardID,
   int lFolderID,
   int lRank
);

Parameters

lCardID
cardID of the document.
lFolderID
folderID of the document folder where the document resides.
lRank
rank to be assigned to the document.

See Also

IPTCatalog Interface | com.plumtree.server Namespace