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: 12.0.0
Syntax
C#
public ActionResult ValidateProperties(
	Guid formComponentInstanceIdentifier,
	string formComponentTypeIdentifier,
	int formId,
	string formFieldName
)

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.

Return Value

Type: ActionResult
See Also