DMFieldStorageType Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
Indicates location of field value.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMFieldStorageType
Public Enumeration DMFieldStorageType
public enum class DMFieldStorageType
DMLibrary.DMFieldStorageType = function();
DMLibrary.DMFieldStorageType.createEnum('DMLibrary.DMFieldStorageType', false);
Members | Member name | Value | Description |
---|
| DMFS_NA | 0 |
Field value storage type is not applicable.
|
| DMFS_LIST | 1 |
Field value will be stored at list level.
|
| DMFS_RECIPIENT | 2 |
Field value will be stored at recipient level (ie One Value per field per recipient).
|
| DMFS_RECIPIENTLIST | 3 |
Field value will be stored at recipient and list level (ie Multiple values for a recipient based on number of lists it belongs to). Example, if a recipient belongs to two lists, then there will be two values stored for the recipient one each for a list.
|
See Also