Get details on the resource info that is passed in.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Function GetResourceDetails( _
ByVal resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.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 GISDataSourceBase
Dim resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.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) |
Parameters
- resourceInfo
- T:ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo object with information about the resource.
- webResourceLocation
- T:ESRI.ArcGIS.ADF.Web.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.
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