Show / Hide Table of Contents

Class PageState

The Sitecore layout service response page states.

Inheritance
System.Object
PageState
Namespace: Sitecore.LayoutService.Client.Response
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public sealed class PageState : Enum

Fields

Edit

The editing page state.

Declaration
public const PageState Edit
Field Value
Type Description
PageState

Normal

The normal page state.

Declaration
public const PageState Normal
Field Value
Type Description
PageState

Preview

The preview page state.

Declaration
public const PageState Preview
Field Value
Type Description
PageState

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX