|
UserLimitTrigger Enumeration
Description
The UserLimitTrigger enumeration specifies the how a UserLimit object’s conditions are evaluated.
Version History
Introduced in MPX 2.0.
Enumeration Values
| |
| UserLimitTrigger |
Meaning |
| None |
Disables the user limit. No conditions are evaluated. |
| SingleCondition |
Only one condition (condition 0) is evaluated. |
| And |
Two conditions are evaluated and combined via a logical AND. |
| Or |
Two conditions are evaluated and combined via a logical OR. |
| Timer |
Specifies that the user limit is to be used as a timer. |
|
See Also
UserLimit Object
TriggerType
Overviews
MPX User Limit Overview
|