Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the specific types of fields. This is often used to specify types of fields
to be queried according to a specific criteria object.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxPublic Enumeration DMFieldType
public enum class DMFieldType
DMLibrary.DMFieldType = function();
DMLibrary.DMFieldType.createEnum('DMLibrary.DMFieldType', false);
Members | Member name | Value | Description |
---|
| DMFT_EMAIL | 1 |
1 - An email field.
|
| DMFT_STRING | 2 |
2 - A string field.
|
| DMFT_TEXT | 3 |
3 - A text field.
|
| DMFT_NUMERIC | 4 |
4 - A numeric field.
|
| DMFT_DATE | 5 |
5 - A date field.
|
| DMFT_BOOLEAN | 6 |
6 - A boolean field.
|
| DMFT_DECIMAL | 7 |
7 - A decimal field.
|
| DMFT_UNICODE | 8 |
8 - A unicode field.
|
See Also