Class RowActionResult
Data returned within the result of table row action.
public class RowActionResult : ActionResult
- Inheritance
-
objectRowActionResult
- 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
boolIndicates whether table data should be reloaded.
refetchAll
boolIndicates whether to refetch data of all templates.