Table of Contents

Class WebPageCommandResultBase

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

Result of command executed on web page.

public abstract class WebPageCommandResultBase
Inheritance
object
WebPageCommandResultBase
Derived
Extension Methods

Properties

Status

Gets the status of the command result.

public WebPageCommandResultStatus Status { get; set; }

Property Value

WebPageCommandResultStatus

WebPageState

Current web page state.

public WebPageState WebPageState { get; set; }

Property Value

WebPageState

Remarks

Available only when there is an existing web page for the context.