Plumtree Portal UI  
 

APTQueryWrapper.GetFields Method 

MES- GetFields emulates the IPTQueryResult call of the same name. It's just a tiny wrapper around PTSortedArrayWrapper::GetItem, but it offers the name expected by IPTQueryResult callers.

public virtual object GetFields(
   int iRow,
   int iPropID
);

Parameters

iRow
is the row desired
iPropID
is the PT_PROPIDs id of the Property desired

Return Value

the object from the array

Implements

IASQueryResult.GetFields

See Also

APTQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace