dotConnect for FreshBooks Documentation
Devart.Data.FreshBooks Namespace / APIVersion Enumeration

In This Topic
    APIVersion Enumeration
    In This Topic
    Determines FreshBooks API version to use for connecting to FreshBooks.
    Syntax
    'Declaration
     
    Public Enum APIVersion 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    AlphaUse New FreshBooks API (Alpha).
    ClassicUse FreshBooks Classic API.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.FreshBooks.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