Click or drag to resize

ActionArgumentGetParameterValue Method (String, String, Boolean)

Returns the current value of the specified boolean parameter If the values isnt present is the specified default value returned

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 bool GetParameterValue(
	string sectionName,
	string parameterName,
	bool defaultValue
)

Parameters

sectionName
Type: SystemString
name of the section where the property is specified
parameterName
Type: SystemString
name of the parameter
defaultValue
Type: SystemBoolean
the value to return if the parameter currently has no value

Return Value

Type: Boolean
The value og the parameter, if parameter has isnt present then is defaultValue returned
See Also