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
Syntaxpublic bool IsRootParent()
Return Value
Type:
Booleantrue if this is the top-level document in the family; otherwise,
false.
RemarksA root parent has child/attach references and no direct parent reference.
See Also