Click or drag to resize

BudgetLoadOptions Enumeration

Specifies the options on the budget class to load into.

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 enum BudgetLoadOptions
Members
  Member nameValueDescription
LoadAllBudgetIntoDefaultClass0 Import all resource assignments into the same class in Cobra.
LoadBudgetClassFromField1 Use a schedule field that has the budget classes to import resource assignments.
See Also