| AccessModifierBaseGetParameterValue Method (IDictionaryString, String, String, Guid) |
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 GuidCollection GetParameterValue(
IDictionary<string, string> parameters,
string parameterName,
Guid defaultValue
)
Parameters
- parameters
- Type: System.Collections.GenericIDictionaryString, String
- parameterName
- Type: SystemString
- defaultValue
- Type: SystemGuid
Return Value
Type:
GuidCollection
See Also