ProjWBSTreeNode::isSubPath Method [AX 2012]
Checks if one ProjWBSTreeNode childrens path is a sub path of another one.
client server public static boolean isSubPath(HierarchyPath _path1, HierarchyPath _path2)
Run On
CalledParameters
- _path1
- Type: HierarchyPath Extended Data Type
Path that is checked for containing the other one.
- _path2
- Type: HierarchyPath Extended Data Type
Path that is checked for being subpath of the other one.
Show: