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

public Budget CreateFrom(
	Budget oldBudget,
	Project newProject
)

Parameters

oldBudget
Type: Budget
Old budget version. Object. Access path: PublicAPI.Projects.Budget
newProject
Type: Project
New project. Object. Access path: PublicAPI.Projects.Project

Return Value

Type: Budget
See Also