| | WebCenter Interaction API | |
| IPTCatalogStatistics.QueryPopularCardsByFolder Method |
Queries for Cards in a Folder sorted by popularity
IPTQueryResult QueryPopularCardsByFolder(
int
nFolderID,
int
lSkipRows,
int
lMaxRows,
int
lPropIDMask,
object[][]
vQueryFilter);
Parameters
-
nFolderID
- folderID of the Folder being queried
-
lSkipRows
- number of cards to skip
-
lMaxRows
- maximum number of Cards to return
-
lPropIDMask
- propertyIDs to return
-
vQueryFilter
- filter to be applied to the query
Return Value
IPTQueryResult
See Also
IPTCatalogStatistics Interface | com.plumtree.server Namespace