Click or drag to resize
RegisterPersonalizationConditionTypeAttribute Class
Registers a personalization condition type definition to be used within Page builder feature.
Inheritance Hierarchy

Namespace: Kentico.PageBuilder.Web.Mvc.Personalization
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class RegisterPersonalizationConditionTypeAttribute : RegisterComponentAttribute

The RegisterPersonalizationConditionTypeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterPersonalizationConditionTypeAttribute
Creates an instance of the RegisterPersonalizationConditionTypeAttribute class.
Top
Properties
  NameDescription
Public propertyControllerType
Type of custom controller responsible for condition parameters form.
Public propertyDescription
Description of the registered component.
(Inherited from RegisterComponentAttribute.)
Public propertyHint
Hint displayed above the configuration form in the UI.
Public propertyIconClass
Font-icon CSS class of the registered component.
(Inherited from RegisterComponentAttribute.)
Public propertyIdentifier
Unique identifier of the component definition.
(Inherited from RegisterComponentAttribute.)
Public propertyMarkedType
Type of the registered component controller.
(Inherited from RegisterComponentAttribute.)
Public propertyName
Name of the registered component.
(Inherited from RegisterComponentAttribute.)
Top
Methods
  NameDescription
Public methodPreInit
Registers the condition type definition during application pre-initialization.
(Overrides RegisterComponentAttributePreInit.)
Top
See Also