DMEditorType Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various types of editors for variables.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMEditorType
Members
Member nameValueDescription
DMET_STRING0 For string variables.
DMET_TEXT1 For multiline text.
DMET_HTML2 For HTML.
DMET_DATE3 For date time
DMET_COMBO4
See Also