WebCenter Interaction API  
 

IPTCatalog.QueryUnapprovedCardsCountByBranch Method 

Returns the number of documents within a particular branch of the Knowledge Directory (Catalog).

int QueryUnapprovedCardsCountByBranch(
   int lFolderID,
   bool bShowAll
);

Parameters

lFolderID
folder ID of the Knowledge Directory branch.
bShowAll
if true, returns the total number of unapproved documents, including ones that the user has no access rights to approve (because the user does not have admin access privilege for those documents). If false, only documents that the user has access rights to approve are included in the count.

Return Value

int card count

See Also

IPTCatalog Interface | com.plumtree.server Namespace