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

Called

Parameters

_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.

Return Value

Type: boolean
true if path2 is a subpath of path1.
Show: