Click or drag to resize

ActionArgumentGetParameterValue Method (String, String, String)

Returns the current value of the specified 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 string GetParameterValue(
	string sectionName,
	string parameterName,
	string defaultValue
)

Parameters

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

Return Value

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