| | WebCenter Interaction API | |
| IPTCatalogStatistics.QueryUnpopularCardsByFolder Method |
Returns the least popular Cards in a Folder that have either not been accessed since a given date or have a popularity lower than a given threshhold.
IPTQueryResult QueryUnpopularCardsByFolder(
int
nFolderID,
XPDateTime
dtNotAccessedSince,
int
nPopularityThreshold,
int
lSkipRows,
int
lMaxRows,
int
lPropIDMask,
object[][]
vQueryFilter);
Parameters
-
nFolderID
- folderID of the Folder being queried
-
dtNotAccessedSince
- date since Cards to return have not been accessed
-
nPopularityThreshold
- highest popularity threshold of Cards to return
-
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