WebCenter Interaction API  
 

IPTCatalog.QueryUnapprovedCardsByBranch Method (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 QueryUnapprovedCardsByBranch(
   int lFolderID,
   bool bShowAll,
   int lPropIDMask,
   object vOrderBy,
   int lSkipRows,
   int lMaxRows,
   object[][] vQueryFilter
);

Parameters

lFolderID
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 cards being queried

See Also

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