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

APIVersion Enumeration
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

See Also