Touchstone 11.0 API Reference
SourceReinsurancesFilePath Property


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsCsv Class : SourceReinsurancesFilePath Property
(Optional) Contains the path that Touchstone® logs as the source path to the comma separated values (CSV) file that contains the reinsurance data to import.

You can use the same value as the value in ReinsuranceFilePath.

The source path differs from the ReinsuranceFilePath for import jobs initiated in the user interface. Specifically, in the user interface, the Reinsurance File Path is the location on the head node where Touchstone saved the imported files, whereas the Source Reinsurance File Path is the original location of the files. The Source Reinsurance File Path is used only for logging.

Syntax
Public Property SourceReinsurancesFilePath As String
Dim instance As ImportOptionsCsv
Dim value As String
 
instance.SourceReinsurancesFilePath = value
 
value = instance.SourceReinsurancesFilePath
public string SourceReinsurancesFilePath {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

ImportOptionsCsv Class
ImportOptionsCsv Members