Click or drag to resize
VisibilityConditionDefinitionProviderGetAnotherFieldVisibilityConditionDefinitions Method

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public 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

Implements

IVisibilityConditionDefinitionProviderGetAnotherFieldVisibilityConditionDefinitions(Type)
See Also