Plumtree Portal UI  
 

PTObjectManagerQueryWrapper.Query Method (Int32, Int32, Int32[][], Object[][])

MES- Query wraps the ObjectManager call of the same name

public virtual bool Query(
   int iPropIDMask,
   int iFolderID,
   int[][] arrSort,
   object[][] objQueryFilter
);

Parameters

iPropIDMask
is a bitmask of the properties to be returned as columns
iFolderID
is the FolderID to query in, or -1 for all folders
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
objQueryFilter
is a Filter to include in the query, or null to skip filtering

Return Value

boolean indicating success or failure

See Also

PTObjectManagerQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace | PTObjectManagerQueryWrapper.Query Overload List