Share via


SysHelpTopicId::getHelpTopicID Method [AX 2012]

Converts an Microsoft Dynamics AX Application Object Tree (AOT) node to a String representation that equates to the topic ID for help.

Syntax

client public static str getHelpTopicID(TreeNode aNode)

Run On

Client

Parameters

  • aNode
    Type: TreeNode Class
    The Microsoft Dynamics AX Application Object Tree (AOT) node to convert.

Return Value

Type: str
A topic ID that represents the Microsoft Dynamics AX Application Object Tree (AOT) node.

See Also

Reference

SysHelpTopicId Class