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

Return Value

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