ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetResourceDetails Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GISDataSourceBase Class : GetResourceDetails Method




resourceInfo
ResourceInfo object with information about the resource.
webResourceLocation
WebResourceLocation object with location of images.
scriptsRequiredByHtml
Output parameter: Scripts that the HTML display requires.
Get details on the resource info that is passed in.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetResourceDetails( _
   ByVal resourceInfo As ResourceInfo, _
   ByVal webResourceLocation As WebResourceLocation, _
   ByRef scriptsRequiredByHtml As ScriptTag _
) As String
Visual Basic (Usage)Copy Code
Dim instance As GISDataSourceBase
Dim resourceInfo As ResourceInfo
Dim webResourceLocation As WebResourceLocation
Dim scriptsRequiredByHtml As ScriptTag
Dim value As String
 
value = instance.GetResourceDetails(resourceInfo, webResourceLocation, scriptsRequiredByHtml)
C# 
public virtual string GetResourceDetails( 
   ResourceInfo resourceInfo,
   WebResourceLocation webResourceLocation,
   out ScriptTag scriptsRequiredByHtml
)

Parameters

resourceInfo
ResourceInfo object with information about the resource.
webResourceLocation
WebResourceLocation object with location of images.
scriptsRequiredByHtml
Output parameter: Scripts that the HTML display requires.

Return Value

A string with details on the resource. Can contain HTML.

See Also

© 2010 All Rights Reserved.