DocumentItemIsRootParent Method |  |
Determines whether this document is a root parent.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic bool IsRootParent()
Return Value
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