PublicAPI.Projects.Budgets.BudgetBudgets.CreateFrom ELMA API Documentation
Clone and save the budget from the selected one
 
 
Syntax

public Budget CreateFrom(
	Budget oldBudget,
	bool cloneItems
)

Parameters

oldBudget
Type: Budget
Old budget version. Object. Access path: PublicAPI.Projects.Budget
cloneItems
Type: System Boolean
Clone items

Return Value

Type: Budget
See Also