WebCenter Interaction API  
 

IPTCatalog.QueryUnapprovedCards Method (Int32, Int32, Boolean, Int32, Object, Int32, Int32, Object[][])

Queries and returns documents within a particular document folder branch based on the datasourceID, crawlerID, or documenttypeID.

IPTQueryResult QueryUnapprovedCards(
   int nQueryByClassID,
   int lQueryByObjectID,
   bool bShowAll,
   int lPropIDMask,
   object vOrderBy,
   int lSkipRows,
   int lMaxRows,
   object[][] vQueryFilter
);

Parameters

nQueryByClassID
lQueryByObjectID
bShowAll
if true, returns all 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 returned.
lPropIDMask
mask of propIDs to return.
vOrderBy
propID to query.
lSkipRows
number of rows to skip.
lMaxRows
maximum number of rows to return.
vQueryFilter
filter to apply to the query.

Return Value

IPTQueryResult of the documents being queried

See Also

IPTCatalog Interface | com.plumtree.server Namespace | IPTCatalog.QueryUnapprovedCards Overload List