Click or drag to resize

DocumentItemAddAttachment Method

Adds the provided document as an attachment to this document.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public void AddAttachment(
	DocumentItem attachDoc
)

Parameters

attachDoc
Type: Compiled.EDD.ScriptingDocumentItem
The document to attach to the parent document.
See Also