Plumtree Portal UI  
 

PTObjectManagerQueryWrapper.SetMaxRows Method 

MES- SetMaxRows allows clients to set the maximum number of rows that this wrapper will hold before entering PTTQRW_MODE_TRUNCATED mode. Call this function BEFORE querying.

public override void SetMaxRows(
   int iMaxRows
);

Parameters

iMaxRows
is the maximum number of rows desired, which must be > 0

See Also

PTObjectManagerQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace