Click or drag to resize

UpdateTotalsServiceArgumentsTotalList Property

The list of cost categories whose totals will be updated. Optional. If TotalList is left empty, all costs will be updated. Valid options are: BudgetEarnedActualsForecast

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 List<UpdateTotalsCost> TotalList { get; set; }

Property Value

Type: ListUpdateTotalsCost
See Also