Plumtree Portal UI  
 

PTSortedDocumentsQueryWrapper.Sort Method 

MES- Sort is used to resort the data. Sort will do an in-memory sort, or will requery the server, as needed.

public override void Sort(
   int[][] arrSort
);

Parameters

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

See Also

PTSortedDocumentsQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace