Click or drag to resize
MassActionTypeEnum Enumeration
Type of action which will be performed when performing the mass action.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public enum MassActionTypeEnum
Members
  Member nameValueDescription
Redirect0 Current document will be redirected to obtained URL.
OpenModal1 Opens modal dialog with the obtained URL.
See Also