Browse the current node for child nodes and build a TreeNode structure
The nodes returned depends on the selection parameters.
Syntax
Parameters
- currNode
- NodeId of the node to be browsed
- OneLevelOnly
- If true the browse is limited to the current node.
- IncludeItems
- If true all node classes are returned in the browse result, otherwise only ObjectNodes.
- tree
- OUT TreeNode structure with the found nodes.
The TreeNode.Tag property holds a NodeElement object with the details of the UA node.
Return Value
The found references with additional target node information.
This is the same information as in the TreeNode.Tag properties but it may be more convenient to have the information in a list.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also