Table of Contents

Class HeadlessChannelApplicationUrlIdentifier

Namespace
Kentico.Xperience.Admin.Headless
Assembly
Kentico.Xperience.Admin.Headless.dll

Headless channel application identifier from the URL.

public sealed class HeadlessChannelApplicationUrlIdentifier
Inheritance
object
HeadlessChannelApplicationUrlIdentifier
Extension Methods

Constructors

HeadlessChannelApplicationUrlIdentifier(string)

Initializes an instance of HeadlessChannelApplicationUrlIdentifier class.

public HeadlessChannelApplicationUrlIdentifier(string value)

Parameters

value string

Value to parse the identifier from.

Properties

HeadlessChannelID

Headless channel ID.

public int HeadlessChannelID { get; set; }

Property Value

int

Slug

Application slug.

public string Slug { get; set; }

Property Value

string