DocumentItemGetAttachments Method |  |
Gets the attachment documents belonging to this document.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic List<DocumentItem> GetAttachments()
Return Value
ListDocumentItemA list of
documents that are attachments to the document.
RemarksReturns an empty list of no attachments are set.
See Also