Click or drag to resize
KenticoFormBuilderPropertiesPanelControllerGetVisibilityConditionConfigurationMarkup Method
Gets markup for configuring visibility condition.

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 GetVisibilityConditionConfigurationMarkup(
	int formId,
	string formFieldName,
	Guid formComponentInstanceIdentifier
)

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.

Return Value

Type: ActionResult
See Also