Plumtree Portal UI  
 

IASQueryResult.GetFields Method 

MES- GetFields is used to get the value of a particular cell in the array.

object GetFields(
   int iRowNum,
   int iPropertyID
);

Parameters

iRowNum
is the row that contains the data of interest
iPropertyID
is the PropertyID of the data of interest (e.g. PT_PROPIDS.PT_PROPID_NAME)

Return Value

the value of the cell

See Also

IASQueryResult Interface | com.plumtree.portaluiinfrastructure.resultwrapper Namespace