Retrieves the information on available data sources.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DataSourceDefinerWeb
Dim populateFolders As Boolean
Dim error As String
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfoTree
value = instance.GetDataSourceInfo(populateFolders, error) |
Parameters
- populateFolders
- Whether to add resource (service) descriptions to the tree.
- error
- Output parameter: Any error encountered while retrieving resource information.
Return Value
Information on available resources.
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