Click or drag to resize
ConditionTypeMetadata Class
Metadata of a personalization condition type definition.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.Mvc.PersonalizationConditionTypeMetadata

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

The ConditionTypeMetadata type exposes the following members.

Constructors
  NameDescription
Public methodConditionTypeMetadata
Top
Properties
  NameDescription
Public propertyDescription
Description of the registered condition.
Public propertyHint
Hint displayed above configuration form.
Public propertyIconClass
Icon CSS class of the registered condition.
Public propertyMarkupUrl
URL of the condition type to retrieve the configuration form markup.
Public propertyName
Name of the registered condition.
Public propertyTypeIdentifier
Identifier of condition type.
Top
See Also