ESRI.ArcGIS.ADF.Web.UI.WebControls
ApplyResourceConfiguration Method
See Also 
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 DataSourceInfo, _
   ByVal resourceInfo As ResourceInfo, _
   ByVal configParameters As Dictionary(Of String, UIParameter), _
   ByVal target As String _
) 
Visual Basic (Usage)Copy Code
Dim dsInfo As DataSourceInfo
Dim resourceInfo As ResourceInfo
Dim configParameters As Dictionary(Of String, UIParameter)
Dim target As String
 
DataSourceDiscovery.ApplyResourceConfiguration(dsInfo, resourceInfo, configParameters, target)
C# 
public static void ApplyResourceConfiguration( 
   DataSourceInfo dsInfo,
   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.

See Also

© 2010 All Rights Reserved.