Click or drag to resize

DocumentItemIsRootParent Method

Determines whether this document is a root parent.

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

Return Value

Type: Boolean
true if this is the top-level document in the family; otherwise, false.
Remarks
A root parent has child/attach references and no direct parent reference.
See Also