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 public bool IsRootParent()
Return Value
Type:
Booleantrue 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