Click or drag to resize
MassActionScopeEnum Enumeration
Specifies the scope mass action will be used for.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public enum MassActionScopeEnum
Members
  Member nameValueDescription
SelectedItems0 Limits the scope only to the selected items.
AllItems1 Mass action will be applied for every item.
See Also