Alterian Email Manager 6.2.3 SDK Help File
An enumeration representing operators for logical operations.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxPublic Enumeration DMOperator
public enum class DMOperator
DMLibrary.DMOperator = function();
DMLibrary.DMOperator.createEnum('DMLibrary.DMOperator', false);
Members | Member name | Value | Description |
---|
| DMOP_EQUAL | 1 |
Equal to.
|
| DMOP_NOTEQUAL | 2 |
Not equal to.
|
| DMOP_LESSTHAN | 3 |
Less than.
|
| DMOP_GREATERTHAN | 4 |
Greater than.
|
| DMOP_BEGINSWITH | 5 |
Begins with.
|
| DMOP_NOTBEGINSWITH | 6 |
Does not begin with.
|
| DMOP_ENDSWITH | 7 |
Ends with.
|
| DMOP_NOTENDSWITH | 8 |
Does not end with.
|
| DMOP_CONTAINS | 9 |
Contains.
|
| DMOP_NOTCONTAINS | 10 |
Does not contain.
|
See Also