| | WebCenter Interaction API | |
| IPTCatalogStatistics.QueryLeastPopularCommunityContent Method |
Queries communities for least popular content.
IPTQueryResult QueryLeastPopularCommunityContent(
int
nClassID,
int
nCount);
Parameters
-
nClassID
- specifies the object type that count be selected as content
-
nCount
- maximum number of objects to return. Ex. bottom 10 or bottom 20
Return Value
IPTQueryResult containing PT_PROPID_USAGECOUNT, PT_PROPID_OBJECTID, PT_PROPIDS.PT_PROPID_NAME, PT_PROPID_ISLOCALIZED;
See Also
IPTCatalogStatistics Interface | com.plumtree.server Namespace