Click or drag to resize
BoolIsSetValidationRuleValidate Method
Returns true if given value is true.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected override bool Validate(
	bool value
)

Parameters

value
Type: SystemBoolean
Form component's value.

Return Value

Type: Boolean
See Also