Table of Contents

Class WebsiteChannelItem

Namespace
Kentico.Xperience.Admin.Websites
Assembly
Kentico.Xperience.Admin.Websites.dll

Represents a website channel item.

public sealed class WebsiteChannelItem
Inheritance
object
WebsiteChannelItem
Extension Methods

Properties

RootId

Identifier of the website channel root.

public int RootId { get; set; }

Property Value

int

WebsiteChannelId

Identifier of the website channel.

public int WebsiteChannelId { get; set; }

Property Value

int

WebsiteChannelName

Name of the channel.

public string WebsiteChannelName { get; set; }

Property Value

string