Click or drag to resize

ExportConnectivityPackageControllerGetConfigurationParameterValuesForExport Method

Returns parameter values

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 List<ConfigurationParameterValue> GetConfigurationParameterValuesForExport(
	int systemDataObjectId,
	Dictionary<string, Object> changedParameters
)

Parameters

systemDataObjectId
Type: SystemInt32
changedParameters
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: ListConfigurationParameterValue
See Also