dotConnect for Mailchimp Documentation
Devart.Data.MailChimp Namespace / MergeFieldsDetectionBehavior Enumeration

In This Topic
    MergeFieldsDetectionBehavior Enumeration
    In This Topic
    Determines how to present MailChimp merge tags when working with the ListMembers table.
    Syntax
    'Declaration
     
    Public Enum MergeFieldsDetectionBehavior 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum MergeFieldsDetectionBehavior : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    JoinAllAll 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.
    JoinCommonMerge 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.
    NoneMerge tags are not read from MailChimp.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.MailChimp.MergeFieldsDetectionBehavior

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also