Table of Contents

Class EmailCreateFirstStepModel

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

Model for the first step of email create page.

public sealed class EmailCreateFirstStepModel
Inheritance
object
EmailCreateFirstStepModel
Extension Methods

Properties

ContentType

Content type of the email.

[RequiredValidationRule]
public TileSelectorItem ContentType { get; set; }

Property Value

TileSelectorItem

DisplayName

Email display name.

[MaxLengthValidationRule(100)]
[RequiredValidationRule]
public string DisplayName { get; set; }

Property Value

string

EmailPurpose

Email purpose.

[RequiredValidationRule]
public string EmailPurpose { get; set; }

Property Value

string