| | WebCenter Interaction API | |
| IPTCatalog.QueryUnapprovedCardsCountGlobal Method |
Returns the total number of documents in the Knowledge Directory (Catalog).
int QueryUnapprovedCardsCountGlobal(
bool bShowAll
);
Parameters
-
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 count
See Also
IPTCatalog Interface | com.plumtree.server Namespace