Share via


DimensionHierarchyController.updateSiblingNodes Method [AX 2012]

Updates the error messages of siblings with the result of an operation in the tree.

Syntax

private void updateSiblingNodes(
    CLRObject _designer, 
    CLRObject _node, 
    DimensionTreeResult _dimTreeResult)

Run On

Client

Parameters

  • _designer
    Type: CLRObject Class
    The designer on which the operation was performed.
  • _node
    Type: CLRObject Class
    The node on which the operation was performed.

Remarks

This method should not be called after the addNode operations, because they do not effect siblings.

See Also

Reference

DimensionHierarchyController Class