Plumtree Portal UI  
 

ObjPropModel.GetRowPropertyInfo Method 

Returns the value of the requested PROPID from the EOD query result.

public virtual object GetRowPropertyInfo(
   int _nRowIndex,
   int nPropID
);

Parameters

_nRowIndex
Row index
nPropID
PT_PROPID

Return Value

Value of requested PROPID

Implements

IObjPropModelRO.GetRowPropertyInfo

See Also

ObjPropModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace | IObjPropModelRO#GetRowPropertyInfo