Click or drag to resize

IntegrateActualCostsServiceArgumentsExclusionFile Property

Determines the file containing the list of items that Cobra will skip when zeroing actual costs. The file must be in the same format (current period or cumulative costs) and have the same column order as the TransactionFile . This setting only applies if IncludedCosts is Cumulative and ZeroUnreferencedActualCosts is true. Optional. If configuration file is used and this is not set, the setting in the saved configuration is used. If configuration file is not used and this is not set, there will be no cost classes that will be ignored when zeroing out existing actual costs.

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 ExclusionFile { get; set; }

Property Value

Type: String
See Also