Touchstone Re 2023 API Reference
DestinationFolder Property (LossAnalysisExportOptions)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > LossAnalysisExportOptions Class : DestinationFolder Property
(Required) Contains the UNC path to the destination folder for the exported Detailed Loss Analysis results.
Syntax
Public Property DestinationFolder As String
Dim instance As LossAnalysisExportOptions
Dim value As String
 
instance.DestinationFolder = value
 
value = instance.DestinationFolder
public string DestinationFolder {get; set;}
Remarks
The UNC path to the destination folder must be 2 to 255 characters in length, must identify an existing folder, and must use a valid format, such as \\Server\Directory.
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

LossAnalysisExportOptions Class
LossAnalysisExportOptions Members