Table of Contents

Interface ICommandResponse<TResult>

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

Page command response carrying the data to be handled by the client template.

public interface ICommandResponse<out TResult> : ICommandResponse

Type Parameters

TResult

Type of the data returned to the template.

Inherited Members
Extension Methods

Properties

Result

Data returned to the client template.

TResult Result { get; }

Property Value

TResult