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


Glossary Item Box

The following tables list the members exposed by ShowBrowseTree.

Public Constructors

 NameDescription
Public ConstructorShowBrowseTree 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 Uninstall 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 MethodItemName Get the full name of the item/branch in the specified branch. This method is typically used to get the name of the node selected in a treeView.  
Public MethodShow The server is browsed and the branch/item tree structure displayed in the specified TreeView control. If a root name is specified then the server's tree structure is attached to a so named TreeNode. Otherwise the browse tree may start with a TreeNode array. The BrowseElement object returned from the server is copied into the Tag property of the ListView object. It contains the detail information according the XML-DA specs. Browsing includes the item properties dataType and accessRights. The value of these item properties can be accessed in the BrowseElement object. The accessRights value determines the symbol shown in the browse tree.  
Top

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.