Share via


RetailDeploymentHierarchyControllerFocus.getDescendants Method [AX 2012]

Gets an array of the IDs of the decendents of a node that are at a specific depth.

Syntax

public Array getDescendants(int64 _id, int _depth)

Run On

Called

Parameters

  • _id
    Type: int64
    The ID of the node for which to get the decendents.
  • _depth
    Type: int
    The depth from which the decendents should be taken.

Return Value

Type: Array Class
An array with the IDs of all the decendents of a node.

Remarks

This method is used by the Microsoft.Dynamics.AxHierarchyBridge.AxHierarchyDesignerBridgeclass.

See Also

Reference

RetailDeploymentHierarchyControllerFocus Class