Class MassActionResult
Data returned within the result of mass action.
public sealed class MassActionResult : ActionResult
- Inheritance
-
objectMassActionResult
- Inherited Members
- Extension Methods
Constructors
MassActionResult(bool, bool)
Initializes a new instance of the MassActionResult class.
public MassActionResult(bool reload, bool refetchAll = false)
Parameters
reload
boolIndicates whether table data should be reloaded.
refetchAll
boolIndicates whether to refetch data of all templates.