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

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