Table of Contents

Class EmailChannelItem

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

Represents an email channel item.

public sealed class EmailChannelItem
Inheritance
object
EmailChannelItem
Extension Methods

Constructors

EmailChannelItem()

public EmailChannelItem()

Properties

EmailChannelId

Identifier of the email channel.

public int EmailChannelId { get; set; }

Property Value

int

EmailChannelName

Name of the channel.

public string EmailChannelName { get; set; }

Property Value

string