| SelectionRequirement Enumeration |
Namespace:
Omada.OE.Model.UIAction
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum SelectionRequirement
Members
| Member name | Value | Description |
---|
| ExactlyOne | 0 |
The action requires that exactly one item is selected (which the action will be performed on).
|
| OneOrMore | 1 |
The action requires that one or more items are selected (which the action will be performed on).
|
| NoRequirement | 2 |
The action doesn't require any selection. If anything is selected it is ignored by the action.
|
See Also