Table of Contents

Class WebPageSelectorClientItem

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

Represents meta-data of a selected web page in the WebPageSelectorComponent.

public sealed class WebPageSelectorClientItem
Inheritance
object
WebPageSelectorClientItem
Extension Methods

Properties

Disabled

Indicates whether the client item for the selected web page should be disabled.

public bool Disabled { get; set; }

Property Value

bool

Exists

Indicates whether the web page exists.

public bool Exists { get; init; }

Property Value

bool

VersionStatus

Version status of the web page. If null, the web page does not exist.

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