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) |
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