Table of Contents

Class EmailCreateClientProperties

Namespace
Kentico.Xperience.Admin.DigitalMarketing.UIPages
Assembly
Kentico.Xperience.Admin.DigitalMarketing.dll

Create email template client properties.

public class EmailCreateClientProperties : TemplateClientProperties
Inheritance
object
EmailCreateClientProperties
Inherited Members
Extension Methods

Properties

Headline

Page headline.

public string Headline { get; set; }

Property Value

string

Items

Form items representing rendered form fields.

public ICollection<IFormItemClientProperties> Items { get; set; }

Property Value

ICollection<IFormItemClientProperties>

MenuActions

Page menu actions.

public IReadOnlyCollection<ContentItemAction> MenuActions { get; set; }

Property Value

IReadOnlyCollection<ContentItemAction>