Aqualogic Interaction API  
 

IPTCatalog.GetCardRank Method 

Returns the ranking of a specific document in a specific document folder.

int GetCardRank(
   int lCardID,
   int lFolderID
);

Parameters

lCardID
cardID of the specific document.
lFolderID
folderID of the specific document folder.

Return Value

int the ranking of the document

See Also

IPTCatalog Interface | com.plumtree.server Namespace