Touchstone Re 2023 API Reference
ImportFileCleanup Property (ImportOptionsBase)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsBase Class : ImportFileCleanup Property
(Optional) Contains an Import File Cleanup code that indicates the action that Touchstone® should perform with respect to the import source files once the import is complete.
Syntax
Public Property ImportFileCleanup As Nullable(Of ImportFileCleanup)
Dim instance As ImportOptionsBase
Dim value As Nullable(Of ImportFileCleanup)
 
instance.ImportFileCleanup = value
 
value = instance.ImportFileCleanup
public Nullable<ImportFileCleanup> ImportFileCleanup {get; set;}
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

ImportOptionsBase Class
ImportOptionsBase Members