| 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
Syntaxpublic 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