Share via


RetailDeploymentHierarchyController.getNodeType Method [AX 2012]

Gets the type ID of a node.

Syntax

public int getNodeType(int64 _nodeId)

Run On

Called

Parameters

  • _nodeId
    Type: int64
    The ID of the node for which to get the type.

Return Value

Type: int
The node type ID.

Remarks

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

See Also

Reference

RetailDeploymentHierarchyController Class