MergeFieldsDetectionBehavior Enumeration
In This Topic
Determines how to present MailChimp merge tags when working with the ListMembers table.
Syntax
Members
Member | Description |
JoinAll | All the merge tags are joined to other ListMembers table columns (except for the case described below). If a merge tag is not defined for the list, a list member belongs to, NULL value is returned for the corresponding column of this list member. |
JoinCommon | Merge tags are read from MailChimp, but only the tags that are defined for all the Lists are joined to other ListMembers table columns. Other tags are ignored. |
None | Merge tags are not read from MailChimp. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Devart.Data.MailChimp.MergeFieldsDetectionBehavior
See Also