Table of Contents

Class ActionResult

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

Data returned within the result of action.

public abstract class ActionResult
Inheritance
object
ActionResult
Derived
Extension Methods

Constructors

ActionResult(bool, bool)

Initializes a new instance of the ActionResult class.

public ActionResult(bool reload, bool refetchAll)

Parameters

reload bool

Indicates whether table data should be reloaded.

refetchAll bool

Indicates whether to refetch data of all templates.

Properties

RefetchAll

Indicates whether to refetch data of all templates.

public bool RefetchAll { get; }

Property Value

bool

Reload

Indicates whether table data should be reloaded.

public bool Reload { get; }

Property Value

bool