ESRI.ArcGIS.ADF.Web.UI.WebControls
ToTreeViewPlusNode Method
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfoTree, _
   ByVal webResourceLocation As ESRI.ArcGIS.ADF.Web.WebResourceLocation _
) As TreeViewPlusNode
Visual Basic (Usage)Copy Code
Dim dsTree As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfoTree
Dim webResourceLocation As ESRI.ArcGIS.ADF.Web.WebResourceLocation
Dim value As TreeViewPlusNode
 
value = DataSourceDiscovery.ToTreeViewPlusNode(dsTree, webResourceLocation)
C# 
public static TreeViewPlusNode ToTreeViewPlusNode( 
   ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfoTree dsTree,
   ESRI.ArcGIS.ADF.Web.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.