| SystemOnboardingControllerUpdateOnboardingValues Method |
This function will save configuration values for a particular onboarding section
If the section contains parameters from several scopes (data objects) then each configuration will be updated
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 string UpdateOnboardingValues(
int systemOrCategoryId,
ConfigurationSectionValues configurationSection,
bool useProvisioningConfig = false
)
Parameters
- systemOrCategoryId
- Type: SystemInt32
Id for system or systemcategory dataobject - configurationSection
- Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelConfigurationSectionValues
- useProvisioningConfig (Optional)
- Type: SystemBoolean
Return Value
Type:
Stringerror text
See Also