Click or drag to resize
KenticoFormBuilderPropertiesPanelControllerValidateProperties Method
Validates form component properties.

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> ValidateProperties(
	Guid formComponentInstanceIdentifier,
	string formComponentTypeIdentifier,
	int formId,
	string formFieldName,
	UpdatableFormWithConfiguratorsModelBinderResult bindingResult
)

Parameters

formComponentInstanceIdentifier
Type: SystemGuid
Form component instance identifier for which to validate it's properties.
formComponentTypeIdentifier
Type: SystemString
Type identifier of the FormComponent.
formId
Type: SystemInt32
Identifier of a BizFormInfo where form component is used.
formFieldName
Type: SystemString
Name of field the properties belong to.
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