PublicAPI.Projects.Budget.BudgetExpense.Create ELMA API Documentation
Create a document of a certain type
 
 
Syntax

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

Parameters

file
Type: BinaryFile
Document version file
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