ESRI.ArcGIS.ADF.Web.UI.WebControls
GetImage Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataSourceDiscoveryUtility Class : GetImage Method




image
The image to retrieve
webResourceLocation
The location of images to use in the tree
Gets an image to use in the data source info tree.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetImage( _
   ByVal image As DataSourceDiscoveryImage, _
   ByVal webResourceLocation As ESRI.ArcGIS.ADF.Web.WebResourceLocation _
) As String
Visual Basic (Usage)Copy Code
Dim image As DataSourceDiscoveryImage
Dim webResourceLocation As ESRI.ArcGIS.ADF.Web.WebResourceLocation
Dim value As String
 
value = DataSourceDiscoveryUtility.GetImage(image, webResourceLocation)
C# 
public static string GetImage( 
   DataSourceDiscoveryImage image,
   ESRI.ArcGIS.ADF.Web.WebResourceLocation webResourceLocation
)

Parameters

image
The image to retrieve
webResourceLocation
The location of images to use in the tree

Return Value

Image location as string.

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.