Table of Contents

Class WebPageState

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the state of the currently edited web page i.e. allowed actions for web page, if it can be edited etc.

public sealed class WebPageState : ContentItemStateBase
Inheritance
object
WebPageState
Inherited Members
Extension Methods

Constructors

WebPageState()

public WebPageState()

Properties

HasExistingFallback

Indicates whether the web page has an existing fallback in the fallback chain.

public bool HasExistingFallback { get; init; }

Property Value

bool

HasTemplate

Indicates whether current web page has a template.

public bool HasTemplate { get; init; }

Property Value

bool

IsFolder

Determines if the web page represents folder.

public bool IsFolder { get; init; }

Property Value

bool

IsSecured

Indicates if the web page is secured.

public bool IsSecured { get; init; }

Property Value

bool

LanguageName

Content language name of the web page.

public string LanguageName { get; init; }

Property Value

string

TreeActions

Tree node actions allowed for the web page.

public IReadOnlyCollection<ContentItemAction> TreeActions { get; init; }

Property Value

IReadOnlyCollection<ContentItemAction>