PublicAPI.Docflow.Types.ContractOutgoing.Create ELMA API Documentation
Create a document of a certain type. Creates an object without saving to the database
 
 
Syntax

public ContractOutgoing 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: ContractOutgoing
Returns the document of a certain type
See Also