Plumtree Portal UI  
 

ObjPropModel.CheckRowIsMultiValued Method 

Checks to see if the property is multivalued

public virtual bool CheckRowIsMultiValued(
   int _nRowIndex
);

Parameters

_nRowIndex
Current row index

Return Value

Returns true if multivalued. Otherwise returns false.

Implements

IObjPropModelRO.CheckRowIsMultiValued

See Also

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