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,
	Project newProject
)

Parameters

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

Return Value

Type: Budget
See Also