Share via


SysTreeNode::getLayeredNodeMap Method [AX 2012]

Builds a map with the layer stack.

Syntax

client server public static Map getLayeredNodeMap(TreeNode _treeNode, [boolean _old])

Run On

Called

Parameters

  • _treeNode
    Type: TreeNode Class
    The Treenode object from which to retrieve the map.
  • _old
    Type: boolean
    A Boolean value that indicates whether the old tree nodes should be retrieved; optional.

Return Value

Type: Map Class
The map.

See Also

Reference

SysTreeNode Class