PublicAPI.Projects.Budget.BudgetExpense.CreateELMA API Documentation
Create New Entity (without a Database entry)
Access path: PublicAPI.Projects.Budget.BudgetExpense.Create
Overload List

  NameDescription
Public methodCreate 
Create New Entity (without a Database entry)
Public methodCreate(Folder, String)Obsolete.
Create a document of a certain type. Creates an object without saving to the database
Public methodCreate(Project, String)
Create a project expense document. Creates an object, without saving in the database
Public methodCreate(BinaryFile, Folder, String)Obsolete.
Create a document of a certain type
Public methodCreate(BinaryFile, Project, String)
Create a project expense document. Creates an object, without saving in the database
Back to Top
See Also