Categories | Question details Back To List | ||
Tree: Depth of node? Hi, is there a way to get the depth of a node? tree.getNodeDepth(id), node.getDepth(), ...? Answer posted by Support on Jan 25, 2008 02:42 Next method return the depth of node tree.getLevel(id); |