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

In This Topic
    APIVersion Enumeration
    In This Topic
    Determines MailChimp API version to use for connecting to MailChimp.
    Syntax
    'Declaration
     
    Public Enum APIVersion 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    v2Use MailChimp API v2.
    v3Use MailChimp API v3.
    Inheritance Hierarchy

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

    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