XMLDA.NET Reference
ShowBrowseTreeList Class Members
See Also  Fields  Properties  Methods  Send Feedback
xmldanet Namespace : ShowBrowseTreeList Class


Glossary Item Box

The following tables list the members exposed by ShowBrowseTreeList.

Public Constructors

 NameDescription
Public ConstructorShowBrowseTreeList Constructor initializes the control objects for later use and installs an event handler for the TreeView control that displys the item of the selected node in the ListView control. The URL is copied into the proxy handler to force the server access to this URL. 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.  
Top

Public Fields

 NameDescription
Public FieldbtProperties Definitions that control the display of browsed nodes in the TreeView  
Top

Public Properties

 NameDescription
Public PropertyBrowseModeOneLevel If set then only the current level is browsed. Next levels are browsed when they are first time selected. This prevents posssible long delays with complex servers.  
Public PropertyImageList List of the images shown in the browse TreeView  
Top

Public Methods

 NameDescription
Public MethodDispose Uninstalls the TreeView mouse event handler  
Public MethodisBranch Checks if a node is a branch or an item.  
Public MethodisItem Checks if a node is an item or a branch  
Public MethodShow 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.  
Top

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.