MinimumIntValueValidationRuleValidate Method |
Validates the form component's value and returns
true if it is greater or equal to the
MinimumValue.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax protected override bool Validate(
int value
)
Parameters
- value
- Type: SystemInt32
Value of the form component.
Return Value
Type:
Booleantrue if the value is valid, otherwise false.
See Also