PublicAPI.Docflow.Types.BudgetIncome.Create ELMA API Documentation
Create a project incomes document. Creates an object, without saving in the database
 
 
Syntax

public BudgetIncome Create(
	Project project,
	string name
)

Parameters

project
Type: Project
Project. Object. Access path: PublicAPI.Projects.Project
name
Type: System String
Document name

Return Value

Type: BudgetIncome
Project incomes document
See Also