Click or drag to resize
KenticoFormBuilderPropertiesPanelControllerValidateVisibilityConditionConfiguration Method
Validates data sent for configuring VisibilityCondition.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Task<ActionResult> ValidateVisibilityConditionConfiguration(
	int formId,
	string formFieldName,
	Guid formComponentInstanceIdentifier,
	UpdatableFormWithConfiguratorsModelBinderResult bindingResult
)

Parameters

formId
Type: SystemInt32
Identifier of form being edited.
formFieldName
Type: SystemString
Name of field the properties belong to.
formComponentInstanceIdentifier
Type: SystemGuid
Identifier of a Form component instance for which to retrieve validation rule's configuration markup.
bindingResult
Type: Kentico.Forms.Web.Mvc.InternalUpdatableFormWithConfiguratorsModelBinderResult
Contains information about whether the form is being updated and name of the field which triggered the update.

Return Value

Type: TaskActionResult
See Also