Click or drag to resize
MassActionItem Class
Represents single mass action displayed in the mass action drop-down list.
Inheritance Hierarchy
SystemObject
  CMS.UIControlsMassActionItem

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public class MassActionItem

The MassActionItem type exposes the following members.

Constructors
  NameDescription
Public methodMassActionItem
Top
Properties
  NameDescription
Public propertyActionType
Action which should be performed when current mass action is selected.
Public propertyCodeName
Code name of action used for its unique identification.
Public propertyCreateUrl
Declares method for creating URL the action will use for its computations.
Public propertyDisplayNameResourceString
Resource string of label which will be displayed in the drop-down list.
Top
Methods
  NameDescription
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also