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
-
objectEmailCreateFirstStepModel
- Extension Methods
Properties
ContentType
Content type of the email.
[RequiredValidationRule]
public TileSelectorItem ContentType { get; set; }
Property Value
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