Uiinfrastructure API Docs  
 

LengthValidator Constructor 

Creates a new PositiveIntValidator.

public LengthValidator(
   string _sFormName,
   string _sInputName,
   int _iMax,
   int _iMin
);

Parameters

_sFormName
name of the form whre this appears
_sInputName
name of the input element
_iMax
_iMin

See Also

LengthValidator Class | com.plumtree.uiinfrastructure.validators Namespace