ESRI.ArcGIS.ADF.Web.DataSources
GetResourceDetails Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IDataSourceDiscovery Interface : GetResourceDetails Method




resourceInfo
Information about the resource.
webResourceLocation
Location of images
scriptsRequiredByHtml
Scripts that the html display requires.
Get details on the passed in resource info

Syntax

Visual Basic (Declaration) 
Function GetResourceDetails( _
   ByVal resourceInfo As ResourceInfo, _
   ByVal webResourceLocation As ESRI.ArcGIS.ADF.Web.WebResourceLocation, _
   ByRef scriptsRequiredByHtml As ESRI.ArcGIS.ADF.Web.ScriptTag() _
) As String
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceDiscovery
Dim resourceInfo As ResourceInfo
Dim webResourceLocation As ESRI.ArcGIS.ADF.Web.WebResourceLocation
Dim scriptsRequiredByHtml As ESRI.ArcGIS.ADF.Web.ScriptTag()
Dim value As String
 
value = instance.GetResourceDetails(resourceInfo, webResourceLocation, scriptsRequiredByHtml)
C# 
string GetResourceDetails( 
   ResourceInfo resourceInfo,
   ESRI.ArcGIS.ADF.Web.WebResourceLocation webResourceLocation,
   out ESRI.ArcGIS.ADF.Web.ScriptTag[] scriptsRequiredByHtml
)

Parameters

resourceInfo
Information about the resource.
webResourceLocation
Location of images
scriptsRequiredByHtml
Scripts that the html display requires.

Return Value

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

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.