PublicAPI.Docflow.Types.ContractIncoming.Create ELMA API Documentation
Create a document of a certain type
 
 
Syntax

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