WebCenter Interaction API  
 

IPTCatalogStatistics.QueryMostPopularContent Method 

Queries user MyPages for popular content.

IPTQueryResult QueryMostPopularContent(
   int nClassID,
   int nCount
);

Parameters

nClassID
specifies the object type that count be selected as content
nCount
maximum number of objects to return. Ex. top 10 or top 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