Plumtree Portal UI  
 

ObjPropModel.CheckRowIsMandatory Method 

Checks to see if the property is mandatory

public override bool CheckRowIsMandatory(
   int _nRowIndex
);

Parameters

_nRowIndex
Current row index

Return Value

Returns true if mandatory. Otherwise returns false.

Implements

IObjPropModelRO.CheckRowIsMandatory

See Also

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