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

Properties

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

TreeActions

Tree node actions allowed for the web page.

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

Property Value

IReadOnlyCollection<ContentItemAction>