Plumtree Portal UI  
 

PTSortedDocumentsQueryWrapper.Initialize Method 

MES- This version of Initialize masks the Initialize of our superclass- we want to make sure that clients don't call the wrong version of Initialize.

public override void Initialize(
   int[] arrColumnIDs,
   object[][] arrData,
   int[][] arrSort,
   bool bRequiresSort
);

Parameters

arrColumnIDs
is not used
arrData
is not used
arrSort
is not used
bRequiresSort
is not used

See Also

PTSortedDocumentsQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace