EasyUA Reference
Browse(NodeId,Boolean,Boolean,TreeNode[]) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > BrowseTree Class > Browse Method : Browse(NodeId,Boolean,Boolean,TreeNode[]) Method

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.

Glossary Item Box

Browse the current node for child nodes and build a TreeNode structure The nodes returned depends on the selection parameters.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BrowseTree
Dim currNode As NodeId
Dim OneLevelOnly As Boolean
Dim IncludeItems As Boolean
Dim tree As TreeNode()
Dim value As List(Of NodeElement)
 
value = instance.Browse(currNode, OneLevelOnly, IncludeItems, tree)

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

Copyright © 2018 Advosol Inc. All Rights Reserved.