ReqPeggingTree.getChildren Method [AX 2012]

Finds the child nodes of a particular tree node.

public List getChildren(ReqPeggingTreeNode _node)

Run On

Called

Parameters

_node
Type: ReqPeggingTreeNode Class
The node for which to find the children.

Return Value

Type: List Class
A list that contains all the children ReqPeggingTreeNode nodes.

Community Additions

ADD
Show: