DocNode::findAOTElementDocNode Method [AX 2012]
Performs a search for an element documentation node in the Microsoft Dynamics AX Application Object Tree (AOT).
client server public static DocNode findAOTElementDocNode(
ApplCodeDocType HelpType,
str Name,
[str ParentName,
int Mode])
Run On
CalledParameters
- HelpType
- Type: ApplCodeDocType Enumeration
The value that specifies the type of Help.
- Name
- Type: str
The name of the node to find.
- ParentName
- Type: str
The name of the parent node of the node to find; optional.
- Mode
- Type: int
The mode to use for the search; optional.
Return Value
Type: DocNode ClassThe node that is found; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
Show: