Share via


RetailDeploymentHierarchyController.GetMenuItemText Method [AX 2012]

Gets the text to be displayed on the menu that corresponds to the menu item number.

Syntax

public str GetMenuItemText(int _menuItemNumber)

Run On

Called

Parameters

  • _menuItemNumber
    Type: int
    The ID of the menu item.

Return Value

Type: str
The text to be displayed on the menu.

Remarks

This method is used by the Microsoft.Dynamics.AxHierarchyBridge.AxHierarchyDesignerBridge class.

See Also

Reference

RetailDeploymentHierarchyController Class