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

startNode
IN: name of the node to be browsed
tree
TreeNode structure with all child nodes

Glossary Item Box

Browse all nodes from the named node and build a TreeNode structure.

Syntax

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

Parameters

startNode
IN: name of the node to be browsed
tree
TreeNode structure with all child nodes

Return Value

The found references with additional target node information.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.