Table of Contents

Class EmailTemplatesContentTypeClientProperties

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

Template client properties for email template to content type binding.

public class EmailTemplatesContentTypeClientProperties : TemplateClientProperties
Inheritance
object
EmailTemplatesContentTypeClientProperties
Inherited Members
Extension Methods

Properties

ContentTypeId

Content type identifier.

public int ContentTypeId { get; set; }

Property Value

int

EmailTemplateContentTypeData

Collection of email templates.

public IList<EmailTemplatesContentTypeClientItem> EmailTemplateContentTypeData { get; set; }

Property Value

IList<EmailTemplatesContentTypeClientItem>