PublicAPI.Docflow.Objects.DocumentAttachment.Create ELMA API Documentation
Create an attachment with the document
 
 
Syntax

public DocumentAttachment Create(
	Document document
)

Parameters

document
Type: Document
Document to attach. Object. Access path: PublicAPI.Docflow.Document

Return Value

Type: DocumentAttachment
Attachment with the document
See Also