This documentation is archived and is not being maintained.
TreeNode.AOTfindChild Method [AX 2012]
Finds the specified child node of this node.
public TreeNode AOTfindChild(str name, [int nodeType])
Run On
Called
Parameters
-
name
- Type: str
A string containing the name of the child node to be returned.
-
nodeType
- Type: int
TreeNode.AOTfindChild Method