Table of Contents

Class EmailTemplate

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

Email template definition metadata.

public sealed class EmailTemplate
Inheritance
object
EmailTemplate
Extension Methods

Constructors

EmailTemplate()

public EmailTemplate()

Properties

Description

Email preset template description.

public string Description { get; set; }

Property Value

string

DisplayName

Email preset template display name.

public string DisplayName { get; set; }

Property Value

string

IconClass

Email preset template icon class.

public string IconClass { get; set; }

Property Value

string

Identifier

Email preset template identifier.

public string Identifier { get; set; }

Property Value

string

IsCustom

Indicates if the email template is custom (preset).

public bool IsCustom { get; set; }

Property Value

bool

Type

Email template type.

public EmailTemplateType Type { get; set; }

Property Value

EmailTemplateType