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

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