Table of Contents

Class RowActionResult

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

Data returned within the result of table row action.

public class RowActionResult : ActionResult
Inheritance
object
RowActionResult
Inherited Members
Extension Methods

Constructors

RowActionResult(bool, bool)

Initializes a new instance of the RowActionResult class.

public RowActionResult(bool reload, bool refetchAll = false)

Parameters

reload bool

Indicates whether table data should be reloaded.

refetchAll bool

Indicates whether to refetch data of all templates.