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
Properties
Description
Description of the registered condition.
[JsonProperty("description")]
public string Description { get; }
Property Value
- string
Hint
Hint displayed above configuration form.
[JsonProperty("hint")]
public string Hint { get; }
Property Value
- string
IconClass
Icon CSS class of the registered condition.
[JsonProperty("iconClass")]
public string IconClass { get; }
Property Value
- string
MarkupUrl
URL of the condition type to retrieve the configuration form markup.
[JsonProperty("markupUrl")]
public string MarkupUrl { get; }
Property Value
- string
Name
Name of the registered condition.
[JsonProperty("name")]
public string Name { get; }
Property Value
- string
TypeIdentifier
Identifier of condition type.
[JsonProperty("typeIdentifier")]
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.
[JsonProperty("useAdminFormComponents")]
public bool UseAdminFormComponents { get; set; }
Property Value
- bool