Class EmailContentTabClientProperties
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Properties of content tab template of the email configuration.
public sealed class EmailContentTabClientProperties : TemplateClientProperties
- Inheritance
-
objectEmailContentTabClientProperties
- Inherited Members
- Extension Methods
Constructors
EmailContentTabClientProperties()
public EmailContentTabClientProperties()
Properties
Callouts
Callouts on this page.
public ICollection<CalloutConfiguration> Callouts { get; set; }
Property Value
- ICollection<CalloutConfiguration>
Disabled
Indicates whether the form is disabled.
public bool Disabled { get; set; }
Property Value
- bool
EmailConfigurationState
Current email configuration state.
public EmailConfigurationState EmailConfigurationState { get; set; }
Property Value
Items
List of items for the email configuration.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>