OPCHDA.NET Reference Manual
Browse Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA.NET Namespace > BrowseHDATree Class : Browse Method

Glossary Item Box

Browse all branches/leafs from the defined branch and build a TreeNode structure.
The HDA browser assigned to this object is used. The browsing is done with the filters defined for this HDA browser.
If the OneLevelBrowseMode property is true, then only the specified branch is browsed. Otherwise the server is browsed recursively from the defined start branch.
The created TreeNode structure contains on each level all the items and sub-branches. Use the methods isItem() and isBranch() to determine what a specific TreeNode object represents.
The TreeNode Tag property contains the fully qualified name of this node (item or branch).

Overload List

OverloadDescription
Browse(String,TreeNode[])Browse all branches/leafs from the defined branch and build a TreeNode structure.
The HDA browser assigned to this object is used. The browsing is done with the filters defined for this HDA browser.
If the OneLevelBrowseMode property is true, then only the specified branch is browsed. Otherwise the server is browsed recursively from the defined start branch.
The created TreeNode structure contains on each level all the items and sub-branches. Use the methods isItem() and isBranch() to determine what a specific TreeNode object represents.
The TreeNode Tag property contains the fully qualified name of this node (item or branch).  
Browse(TreeNode[])Browse branches/leafs from the root and build a TreeNode structure. The HDA browser assigned to this object is used. The browsing is done with the filters defined for this HDA browser.
If the OneLevelBrowseMode property is true, then only the root branch is browsed. Otherwise the server is browsed recursively from the root branch.
The created TreeNode structure contains on each level all the items and sub-branches. Use the methods isItem() and isBranch() to determine what a specific TreeNode object represents.
The TreeNode Tag property contains the fully qualified name of this node (item or branch).  

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.