ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService
GetResourceDetails Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService Namespace > GISDataSource Class : 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) 
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 GISDataSource
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)
C# 
public virtual string GetResourceDetails( 
   ESRI.ArcGIS.ADF.Web.DataSources.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.