Table of Contents

Enum FolderCommandResultStatus

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

The status of a folder command result.

public enum FolderCommandResultStatus
Extension Methods

Fields

Error = 0

Indicates that an error occurred when processing the folder command request.

Invalid = 1

Indicates that the command data is in an invalid state.

Success = 2

Indicates that the command was successfully executed.