Share via


DimensionHierarchyController.addNodeRecursive Method [AX 2012]

Adds the specified node to the specified tree and calls this method for each child of the node.

Syntax

private boolean addNodeRecursive(
    DimensionTree _tree, 
    CLRObject _addedNode, 
    CLRObject _designer)

Run On

Client

Parameters

  • _tree
    Type: DimensionTree Class
    The instance of the DimensionTree class to which to add the node.
  • _designer
    Type: CLRObject Class
    The Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyConstraintNode instance to which the node was added.

Return Value

Type: boolean
true if the node was added; otherwise, false.

See Also

Reference

DimensionHierarchyController Class