Click or drag to resize
MassActionParameters Class
Represents session parameters that are required for performing a mass action.
Inheritance Hierarchy
SystemObject
  CMS.UIControlsMassActionParameters

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public sealed class MassActionParameters : IEquatable<MassActionParameters>

The MassActionParameters type exposes the following members.

Properties
  NameDescription
Public propertyBehavior
Type of interaction when performing the mass action.
Public propertyIDs
Info identifiers on which mass action will be executed.
Public propertyObjectType
Type of info used by mass actions.
Public propertyReloadScript
Script for reloading underlying grid.
Public propertyReturnUrl
URI on which user will be redirected after performing mass action.
Top
Methods
Remarks
Instance of this class is supposed to be provided by the system.
See Also