Class EmailTemplatesContentTypeClientItem
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Email template binding client representation.
public class EmailTemplatesContentTypeClientItem
- Inheritance
-
objectEmailTemplatesContentTypeClientItem
- Extension Methods
Properties
EmailTemplateDisplayName
Display name of the email template.
public string EmailTemplateDisplayName { get; set; }
Property Value
- string
EmailTemplateId
Email template identifier.
public int EmailTemplateId { get; set; }
Property Value
- int
IsBoundToContentType
Determines if email template is bound to content type.
public bool IsBoundToContentType { get; set; }
Property Value
- bool