Plumtree Portal UI  
 

ExpListPropModel.ValidateMandatoryDataValue Method 

Check that a mandatory row does not have a null string value or empty string. Raise error if string value is null or empty string.

protected virtual int ValidateMandatoryDataValue(
   int _nRowIndex,
   string strValue
);

Parameters

_nRowIndex
Row index
strValue
String value

Return Value

Valid if row is not mandatory or if it is mandatory and has non-empty value.

See Also

ExpListPropModel Class | com.plumtree.portaluiinfrastructure.expandablelist.properties Namespace