| TestConnectionPostActionHandlerBaseAddParameterValueIfSpecified Method |
Adds a parameter value to the list of parameters, if a value is found
Namespace:
Omada.OE.Solution.OIM.Assembly.SystemOnBoardingPostActions
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxprotected void AddParameterValueIfSpecified(
string parameterName,
ActionArgument arguments,
string sectionName,
string prefix,
Dictionary<string, string> parameters,
bool encryptValue = false
)
Parameters
- parameterName
- Type: SystemString
Name of the parameter - arguments
- Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActionsActionArgument
- sectionName
- Type: SystemString
- prefix
- Type: SystemString
- parameters
- Type: System.Collections.GenericDictionaryString, String
- encryptValue (Optional)
- Type: SystemBoolean
See Also