| MassActionParameters Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.UIControls
 Syntax
Syntax[SerializableAttribute] public sealed class MassActionParameters : IEquatable<MassActionParameters>
The MassActionParameters type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Behavior | 
            Type of interaction when performing the mass action.
             | 
|  | IDs | 
            Info identifiers on which mass action will be executed.
             | 
|  | ObjectType | 
            Type of info used by mass actions.
             | 
|  | ReloadScript | 
            Script for reloading underlying grid.
             | 
|  | ReturnUrl | 
            URI on which user will be redirected after performing mass action. 
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals(Object) | 
            Compares two object instances for equality.
            (Overrides ObjectEquals(Object).) | 
|  | Equals(MassActionParameters) | 
            Compares two mass action parameters for equality.
             | 
|  | GetHashCode | 
            Returns hash code for instance values.
            (Overrides ObjectGetHashCode.) | 
|  | ToString | 
            Returns a String which represents the object instance.
            (Overrides ObjectToString.) | 
 Remarks
Remarks See Also
See Also