Touchstone Re 2023 API Reference
EviFilePaths Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.DataImport.Api Namespace > SubmitCombineClfsRequest Class : EviFilePaths Property
(Required) Represents one or more file paths or a single directory path to a collection of EVI files
Syntax
Public Property EviFilePaths As List(Of String)
Dim instance As SubmitCombineClfsRequest
Dim value As List(Of String)
 
instance.EviFilePaths = value
 
value = instance.EviFilePaths
public List<string> EviFilePaths {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

SubmitCombineClfsRequest Class
SubmitCombineClfsRequest Members