Class EmailSelectorClientItem
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.Forms
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Represents meta-data of a selected email in the EmailSelectorComponent.
public class EmailSelectorClientItem
- Inheritance
-
objectEmailSelectorClientItem
- Extension Methods
Properties
ContentTypeName
Content type display name.
public string ContentTypeName { get; init; }
Property Value
- string
EmailChannelId
ID of the email channel to which the email belongs.
public int EmailChannelId { get; init; }
Property Value
- int
EmailGuid
Email guid.
public Guid EmailGuid { get; init; }
Property Value
- Guid
EmailName
Email name.
public string EmailName { get; init; }
Property Value
- string
EmailPurposeName
Email purpose display name.
public string EmailPurposeName { get; init; }
Property Value
- string
Exists
Indicates whether the email exists.
public bool Exists { get; init; }
Property Value
- bool