Touchstone Re 2023 API Reference
ImportFileCleanup Enumeration


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace : ImportFileCleanup Enumeration
Contains a series of codes to specify the action that Touchstone® should perform with respect to import source files once an import is complete.
Syntax
Public Enum ImportFileCleanup 
   Inherits System.Enum
Dim instance As ImportFileCleanup
public enum ImportFileCleanup : System.Enum 
Members
MemberDescription
AllIndicates that Touchstone® should delete all import files once an import is complete (1).
KeepOriginalIndicates that Touchstone® should keep the original import files once an import is complete (2).
Inheritance Hierarchy

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

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