ESRI.ArcGIS.ADF.Web.UI.WebControls
GetImage Method
See Also 
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 WebResourceLocation _
) As String
Visual Basic (Usage)Copy Code
Dim image As DataSourceDiscoveryImage
Dim webResourceLocation As WebResourceLocation
Dim value As String
 
value = DataSourceDiscoveryUtility.GetImage(image, webResourceLocation)
C# 
public static string GetImage( 
   DataSourceDiscoveryImage image,
   WebResourceLocation webResourceLocation
)

Parameters

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

Return Value

Image location as string.

See Also

© 2010 All Rights Reserved.