Click or drag to resize
IVisibilityConditionDefinitionProviderGetAnotherFieldVisibilityConditionDefinitions Method

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
IEnumerable<VisibilityConditionDefinition> GetAnotherFieldVisibilityConditionDefinitions(
	Type targetType
)

Parameters

targetType
Type: SystemType
Value type for which to return VisibilityConditionDefinitions that define VisibilityConditions that inherits from AnotherFieldVisibilityConditionTValue.

Return Value

Type: IEnumerableVisibilityConditionDefinition
See Also