Click or drag to resize

DeleteWorkPackageServiceArgumentsTotalsToUpdate Property

Applicable only if RunUpdateTotalsOnControlAccount is true. The list of cost categories whose totals will be updated. Optional. If TotalList is left empty, all costs will be updated. Valid options are: BudgetProgressActualForecast

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public List<ClassType> TotalsToUpdate { get; set; }

Property Value

Type: ListClassType
Remarks
If EAC values should not be updated, do not include the Forecast is this list.
See Also