# Functions
Ancestry returns all parent UIDPs and the child.
InRoot checks whether the UIDP is in the root, as opposed to within a group.
IsAncestor checks whether the "parent" UIDP is an ancestor (non-inclusive) of the given "child" UIDP.
IsAncestorOrSelf checks whether the "parent" UIDP is an ancestor (inclusive) of the given "child" UIDP.
No description provided by the author
No description provided by the author
No description provided by the author
Parent returns the "parent" UIDP for a child UIDP.
Parents returns all "parent" UIDP for a child UIDP.
# Variables
Valid returns true for valid UIDP values.