Click or drag to resize

DocumentItemIsAttach Method

Determines whether this document is an attachment to a parent document.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public bool IsAttach()

Return Value

Type: Boolean
true if this document is an attachment/child reference; otherwise, false.
See Also