Get information on available resources
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GISDataSource
Dim resourceTypes() As ESRI.ArcGIS.ADF.Web.DataSources.ResourceType
Dim webResourceLocation As ESRI.ArcGIS.ADF.Web.WebResourceLocation
Dim populateFolders As Boolean
Dim error As String
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfoTree
value = instance.GetDataSourceInfo(resourceTypes, webResourceLocation, populateFolders, error) |
Parameters
- resourceTypes
- The resource types to get information on.
- webResourceLocation
- The location of images to use in the tree
- populateFolders
- Whether to populate folders. Not used.
- error
- Any error 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