Click or drag to resize

SelectionRequirement Enumeration

Namespace:  Omada.OE.Model.UIAction
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum SelectionRequirement
Members
  Member nameValueDescription
ExactlyOne0 The action requires that exactly one item is selected (which the action will be performed on).
OneOrMore1 The action requires that one or more items are selected (which the action will be performed on).
NoRequirement2 The action doesn't require any selection. If anything is selected it is ignored by the action.
See Also