Click or drag to resize

ExportConnectivityPackageHelperSetDefaultValues Method

Sets the default value for configuration parameters according to the passed parameterValues For parameters that are in the exclusion list (doNotExportParameterNames) the value is not set For secure string type properties no default value is set

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string SetDefaultValues(
	string onboardingConfigXml,
	List<string> sectionsToSetDefaultValueFor,
	IEnumerable<ConfigurationParameterValue> parameterValues,
	IEnumerable<string> doNotExportParameterNames = null
)

Parameters

onboardingConfigXml
Type: SystemString
sectionsToSetDefaultValueFor
Type: System.Collections.GenericListString
parameterValues
Type: System.Collections.GenericIEnumerableConfigurationParameterValue
doNotExportParameterNames (Optional)
Type: System.Collections.GenericIEnumerableString

Return Value

Type: String
See Also