Share via


ReqPeggingTree.getChildren Method [AX 2012]

Finds the child nodes of a particular tree node.

Syntax

public List getChildren(ReqPeggingTreeNode _node)

Run On

Called

Parameters

Return Value

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

See Also

Reference

ReqPeggingTree Class