PublicAPI.Projects.Budget.BudgetExpense.Create ELMA API Documentation
Create a document of a certain type. Creates an object without saving to the database
 
 
Syntax

[ObsoleteAttribute("Этот метод устарел. Используйте метод Create(IProject project, string name)", 
	true)]
[BrowsableAttribute(false)]
public BudgetExpense Create(
	Folder folder,
	string name
)

Parameters

folder
Type: Folder
Folder, for the document. Object. Access path: PublicAPI.Docflow.Folder
name
Type: System String
Document name, if not defined, it is generated by template

Return Value

Type: BudgetExpense
Returns the document of a certain type
See Also