Table of Contents

Class CommandResponse

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

Response returned by a page command.

public sealed class CommandResponse : ICommandResponse
Inheritance
object
CommandResponse
Implements
Extension Methods

Properties

CommandName

Name of the command to be executed from the client template.

public string CommandName { get; set; }

Property Value

string

Messages

Messages to display on the client.

public ICollection<CommandResponseMessage> Messages { get; }

Property Value

ICollection<CommandResponseMessage>