RetailDeploymentHierarchyController.GetMenuItemsEnabled Method [AX 2012]

Gets an array with the node IDs for which the menu items should be enabled.

Syntax

public Array GetMenuItemsEnabled(int64 _nodeID)

Run On

Called

Parameters

  • _nodeID
    Type: int64
    The ID of a node.

Return Value

Type: Array Class
An Array with the node IDs for which the menu items should be enabled.

Remarks

Used by the Microsoft.Dynamics.AxHierarchyBridge.AxHierarchyDesignerBridge class.

See Also

Reference

RetailDeploymentHierarchyController Class