dotConnect for Magento Documentation
Devart.Data.Magento Namespace / MagentoServiceVersion Enumeration

In This Topic
    MagentoServiceVersion Enumeration
    In This Topic
    Determines the version of Magento to connect to: 1.x or 2.0.
    Syntax
    'Declaration
     
    Public Enum MagentoServiceVersion 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum MagentoServiceVersion : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    Ver1Use this value to connect to Magento 1.x.
    Ver2Use this value to connect to Magento 2.0.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Magento.MagentoServiceVersion

    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