Click or drag to resize

IntegrateActualCostsServiceArgumentsTransactionFile Property

Determines the file that contains the actual cost data to be imported. If the file is uploaded to the web service, this must be the filename uploaded; otherwise, this must be a fully qualified filename and must be visible to the web service host. This setting only applies when LoadFromTransactionFileOrDatabase is File. Optional if a configuration file is used. Required if a configuration file is not used and actual costs records are defined in a transaction file. If configuration file is used and this is not set, the filename in the saved configuration is used.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public string TransactionFile { get; set; }

Property Value

Type: String
See Also