Table of Contents

Enum WebPageCommandResultStatus

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

Variants of the results status for the web page commands.

public enum WebPageCommandResultStatus
Extension Methods

Fields

Error = 0

Indicates that an error occurred when processing page command.

Invalid = 1

Indicates that the command data is in invalid state.

Success = 2

Command succeeded without any error.