ESRI.ArcGIS.ADF.Web.UI.WebControls
ToTreeViewPlusNode Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataSourceDiscovery Class : ToTreeViewPlusNode Method




dsTree
Data source info tree to convert.
webResourceLocation
URL location of client-side Web ADF JavaScript resources.
Creates a node for a TreeViewPlus from the input data source info tree.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToTreeViewPlusNode( _
   ByVal dsTree As DataSourceInfoTree, _
   ByVal webResourceLocation As WebResourceLocation _
) As TreeViewPlusNode
Visual Basic (Usage)Copy Code
Dim dsTree As DataSourceInfoTree
Dim webResourceLocation As WebResourceLocation
Dim value As TreeViewPlusNode
 
value = DataSourceDiscovery.ToTreeViewPlusNode(dsTree, webResourceLocation)
C# 
public static TreeViewPlusNode ToTreeViewPlusNode( 
   DataSourceInfoTree dsTree,
   WebResourceLocation webResourceLocation
)

Parameters

dsTree
Data source info tree to convert.
webResourceLocation
URL location of client-side Web ADF JavaScript resources.

Return Value

Node with the information from the input data source info tree.

See Also

© 2010 All Rights Reserved.