OPCDA.NET Reference Manual
Browse(Boolean,Boolean,TreeNode[]) Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > BrowseTree Class > Browse Method : Browse(Boolean,Boolean,TreeNode[]) Method

OneLevelOnly
IN: if true the browse is limited to the current branch.
IncludeItems
IN: if true items and branches are returned in the browse result, otherwise only branches.
tree
OUT TreeNode structure with all branches and items

Glossary Item Box

Browse the current branch for branches/items and build a TreeNode structure The nodes returned depends on the selection parameters.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Browse( _
   ByVal OneLevelOnly As Boolean, _
   ByVal IncludeItems As Boolean, _
   ByRef tree As TreeNode() _
) As Integer
C# 
public int Browse( 
   bool OneLevelOnly,
   bool IncludeItems,
   out TreeNode[] tree
)

Parameters

OneLevelOnly
IN: if true the browse is limited to the current branch.
IncludeItems
IN: if true items and branches are returned in the browse result, otherwise only branches.
tree
OUT TreeNode structure with all branches and items

Return Value

HRESULT success/error code

Requirements

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

See Also

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