Class EmailStatisticsTemplateClientProperties
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Represents statistics page metadata.
public class EmailStatisticsTemplateClientProperties : TemplateClientProperties
- Inheritance
-
objectEmailStatisticsTemplateClientProperties
- Inherited Members
- Extension Methods
Properties
CultureCode
Statistics template culture code.
public string CultureCode { get; set; }
Property Value
- string
Headline
Statistics template caption.
public string Headline { get; set; }
Property Value
- string
SubcaptionComponent
Configuration of the listing subcaption.
public SubcaptionComponentClientProperties SubcaptionComponent { get; set; }