Share via


RetailDeploymentHierarchyController.getNodeTypeBorderColor Method [AX 2012]

Gets the border color for the specified node type.

Syntax

public str getNodeTypeBorderColor(int64 _nodeTypeID)

Run On

Called

Parameters

  • _nodeTypeID
    Type: int64
    The ID of the node type.

Return Value

Type: str
A String with the hexadecimal code of the color.

Remarks

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

See Also

Reference

RetailDeploymentHierarchyController Class