Click or drag to resize
VisibilityConditionDefinitionProviderGet Method
Gets a form component visibility condition definition by its identifier.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public VisibilityConditionDefinition Get(
	string identifier
)

Parameters

identifier
Type: SystemString
Identifier of the form component visibility condition definition to retrieve.

Return Value

Type: VisibilityConditionDefinition
Returns form component visibility condition definition with given identifier, or null when not found.

Implements

IFormBuilderDefinitionProviderTDefinitionGet(String)
See Also