Touchstone Re 2023 API Reference
DuplicateContractsOption Enumeration


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace : DuplicateContractsOption Enumeration
Specifies how Touchstone® should handle Contracts with duplicate Policy IDs during data imports.
Syntax
Public Enum DuplicateContractsOption 
   Inherits System.Enum
Dim instance As DuplicateContractsOption
public enum DuplicateContractsOption : System.Enum 
Members
MemberDescription
AppendIndicates that Touchstone® should add all Location-level Contract data from the import file to the existing Contract record and report the activity in the import log.
ReplaceIndicates that Touchstone® should replace all existing Contract data with the information contained in the import file and report the activity in the import log.
SkipAndRaiseErrorIndicates that Touchstone® should skip any Contracts with duplicate Policy IDs and raise errors in response to these duplicates (0).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.DataImport.Data.DuplicateContractsOption

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

Reference

AIR.Services.DataImport.Data Namespace