Share via


ReqPeggingTree.nodeHasChildren Method [AX 2012]

Checks whether the node has any currently loaded children.

Syntax

public boolean nodeHasChildren(int _nodeId)

Run On

Called

Parameters

  • _nodeId
    Type: int
    The node ID.

Return Value

Type: boolean
true if the node has children; otherwise, false.

See Also

Reference

ReqPeggingTree Class