| AccessModifierBaseGetParameterValue Method (IDictionaryString, String, String, String) |
Returns the value of a string parameter from the parameter values delivered to the Initialize() method.
Method is intended to be used as utility in implementations of the Initialize() method.
Namespace:
Omada.OE.AppLogic.AccessModifiers
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic string GetParameterValue(
IDictionary<string, string> parameters,
string parameterName,
string defaultValue
)
Parameters
- parameters
- Type: System.Collections.GenericIDictionaryString, String
- parameterName
- Type: SystemString
- defaultValue
- Type: SystemString
Return Value
Type:
String
See Also