Plumtree Portal UI  
 

PTSortedDocumentsQueryWrapper.QueryCards Method 

MES- Query wraps the IPTFolder call of the same name

public virtual bool QueryCards(
   int iPropIDMask,
   bool bShowUnapproved,
   int[][] arrSort,
   object[][] queryFilter
);

Parameters

iPropIDMask
is a bitmask of the properties to be returned as columns
bShowUnapproved
arrSort
is a 2D int array of PropertyIDs to sort by. It should contain a column for each sort. The first row holds the PropertyID, and the second row holds the sort direction, PTSAW_SORT_ASCENDING or PTSAW_SORT_DESCENDING
queryFilter
is a 2D Object array that is a query filter

Return Value

boolean indicating success or failure

See Also

PTSortedDocumentsQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace