Click or drag to resize
ConditionTypeDefinition Constructor
Creates an instance of the ConditionTypeDefinition class.

Namespace: Kentico.PageBuilder.Web.Mvc.Personalization
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ConditionTypeDefinition(
	string identifier,
	Type type,
	Type controllerType,
	string name,
	string description,
	string iconClass,
	string hint
)

Parameters

identifier
Type: SystemString
Unique identifier of the personalization condition type definition.
type
Type: SystemType
Type of the registered condition type.
controllerType
Type: SystemType
Type of the registered personalization condition type controller.
name
Type: SystemString
Name of the registered personalization condition type.
description
Type: SystemString
Description of the registered personalization condition type.
iconClass
Type: SystemString
Font-icon CSS class of the registered personalization condition type.
hint
Type: SystemString
Hint displayed above configuration form.
See Also