Click or drag to resize
KenticoFormBuilderPropertiesPanelControllerValidateValidationRuleConfiguration Method
Validates whether ValidationRule is configured correctly.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ActionResult ValidateValidationRuleConfiguration(
	Guid formComponentInstanceIdentifier,
	string validationRuleIdentifier,
	int formId,
	string formFieldName
)

Parameters

formComponentInstanceIdentifier
Type: SystemGuid
Form component instance identifier for which to validate it's validation rule.
validationRuleIdentifier
Type: SystemString
Identifies type of validation rule which configuration is being validated.
formId
Type: SystemInt32
Identifier of form being edited.
formFieldName
Type: SystemString
Name of field the properties belong to.

Return Value

Type: ActionResult
See Also