Table of Contents

Class WebPagePanelClientItem

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

Represents client item for web page panel.

public sealed class WebPagePanelClientItem
Inheritance
object
WebPagePanelClientItem
Extension Methods

Properties

ContentItemGuid

Content item GUID.

public Guid ContentItemGuid { get; init; }

Property Value

Guid

ContentItemId

Content item identifier.

public int ContentItemId { get; init; }

Property Value

int

ContentType

Content type display name.

public string ContentType { get; init; }

Property Value

string

Icon

Icon name.

public string Icon { get; init; }

Property Value

string

LanguageName

Content language code name.

public string LanguageName { get; init; }

Property Value

string

NavigateToPath

Path to management UI of web page.

public string NavigateToPath { get; init; }

Property Value

string

SelectableOption

Determines if the page is selectable.

public PanelItemSelectable SelectableOption { get; init; }

Property Value

PanelItemSelectable

Status

Content item status.

public ContentItemStatus Status { get; init; }

Property Value

ContentItemStatus

VersionStatus

Version status.

public ContentItemVersionStatus VersionStatus { get; init; }

Property Value

ContentItemVersionStatus

WebPageGuid

Web page GUID.

public Guid? WebPageGuid { get; init; }

Property Value

Guid?

WebPageName

Web page name.

public string WebPageName { get; init; }

Property Value

string

WebsiteChannelGuid

Website channel guid.

public Guid WebsiteChannelGuid { get; init; }

Property Value

Guid