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

public DocumentAttachment Create(
	Document document,
	User creationAuthor
)

Parameters

document
Type: Document
Document to attach. Object. Access path: PublicAPI.Docflow.Document
creationAuthor
Type: User
Attached by. Object. Access path: PublicAPI.Portal.Security.User

Return Value

Type: DocumentAttachment
Attachment with the document
See Also