Click or drag to resize

DocumentItemHasAttach Method

Determines whether the document has any attachment/child references.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public bool HasAttach()

Return Value

Boolean
true if the document has attachments; otherwise, false.
See Also