ESRI.ArcGIS.ADF.Web.UI.WebControls
GetResourceConfigParameters Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataSourceDiscovery Class : GetResourceConfigParameters Method




dsInfo
Data source information object.
resourceInfo
Resource information object.
target
Value in data source type to search for.
Retrieves the resource configuration parameters for the specified data source info type.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetResourceConfigParameters( _
   ByVal dsInfo As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfo, _
   ByVal resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo, _
   ByVal target As String _
) As Dictionary(Of String,UIParameter)
Visual Basic (Usage)Copy Code
Dim dsInfo As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfo
Dim resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo
Dim target As String
Dim value As Dictionary(Of String,UIParameter)
 
value = DataSourceDiscovery.GetResourceConfigParameters(dsInfo, resourceInfo, target)
C# 
public static Dictionary<string,UIParameter> GetResourceConfigParameters( 
   ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfo dsInfo,
   ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo resourceInfo,
   string target
)

Parameters

dsInfo
Data source information object.
resourceInfo
Resource information object.
target
Value in data source type to search for.

Return Value

List of resource configuraiton parameters.

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.