XMLDA.NET Reference
Show Method
See Also  Send Feedback
xmldanet Namespace > ShowBrowseTreeList Class : Show Method

rootName
the name of the root branch.

Glossary Item Box

browses the server and displays all branches in the TreeView control and the items of the selected branch in the ListView control. The root node is required because root items attached to this root node. The BrowseElement object returned from the server for each item is copied into the Tag property of the ListView object. It contains the detail information according the XML-DA specs. The Tag property of TreeNode object contains a tlNodeInfo object with the BrowseElement object of the branch and a ListViewItem array with the items in this branch.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ShowBrowseTreeList
Dim rootName As String
Dim value() As OPCError
 
value = instance.Show(rootName)
C# 
public OPCError[] Show( 
   string rootName
)

Parameters

rootName
the name of the root branch.

Return Value

OPCError array with errors returned from the XML-DA server in the Browse() method. Many error conditions cause an exception to be thrown instead of returned as an error code.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.