Click or drag to resize

ActionArgumentSetParameterValue Method

Sets the value of specific parameter If the parameter doesnt exists is it added to the configuration

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void SetParameterValue(
	string sectionName,
	string parameterName,
	EnumScope scope,
	string newValue
)

Parameters

sectionName
Type: SystemString
name of the section where the property is specified
parameterName
Type: SystemString
name of the parameter
scope
Type: Omada.OE.ModelEnumScope
for which scope does the parameter pertain
newValue
Type: SystemString
the new value
See Also