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: 9.0.0.0-142fa9725
Syntax
C#
public bool IsAttach()

Return Value

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