Class ConditionTypeMetadata
- Namespace
- Kentico.PageBuilder.Web.Mvc.Personalization
- Assembly
- Kentico.Content.Web.Mvc.dll
Metadata of a personalization condition type definition.
public sealed class ConditionTypeMetadata
- Inheritance
-
objectConditionTypeMetadata
- Extension Methods
Constructors
ConditionTypeMetadata()
public ConditionTypeMetadata()
Properties
Description
Description of the registered condition.
public string Description { get; }
Property Value
- string
Hint
Hint displayed above configuration form.
public string Hint { get; }
Property Value
- string
IconClass
Icon CSS class of the registered condition.
public string IconClass { get; }
Property Value
- string
MarkupUrl
URL of the condition type to retrieve the configuration form markup.
public string MarkupUrl { get; }
Property Value
- string
Name
Name of the registered condition.
public string Name { get; }
Property Value
- string
TypeIdentifier
Identifier of condition type.
public string TypeIdentifier { get; }
Property Value
- string
UseAdminFormComponents
Indicates whether the condition type properties form should be opened from the administration UI using admin form components or from the page builder using MVC form components.
public bool UseAdminFormComponents { get; set; }
Property Value
- bool