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




dsInfo
Data source information object.
resourceInfo
The resource info to be modified with the parameters
configParameters
The configuration parameters to be applied
target
Value in data source type to search for.
Applies resource configuration parameters to the passed-in resource info. Applies only to resource infos that are configurable.

Syntax

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

Parameters

dsInfo
Data source information object.
resourceInfo
The resource info to be modified with the parameters
configParameters
The configuration parameters to be applied
target
Value in data source type to search for.

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.