Table of Contents

Class EmailChannelApplicationUrlIdentifier

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

Email channel application identifier from the URL.

public sealed class EmailChannelApplicationUrlIdentifier
Inheritance
object
EmailChannelApplicationUrlIdentifier
Extension Methods

Constructors

EmailChannelApplicationUrlIdentifier(string)

Initializes an instance of EmailChannelApplicationUrlIdentifier class.

public EmailChannelApplicationUrlIdentifier(string value)

Parameters

value string

Value to parse the identifier from.

Properties

EmailChannelID

Email channel ID.

public int EmailChannelID { get; set; }

Property Value

int

Slug

Application slug.

public string Slug { get; set; }

Property Value

string