Click or drag to resize

CodeAssemblyClassBaseGetConfigurationParameter Method (IDictionaryString, String, String, String)

Returns the value of a string configuration parameter. Method is intended to be used as utility in implementations of code methods that receive a configuration string with parameters and values. Such a configuration string can be parsed with ParseConfiguration().

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string GetConfigurationParameter(
	IDictionary<string, string> configuration,
	string parameter,
	string defaultValue
)

Parameters

configuration
Type: System.Collections.GenericIDictionaryString, String
Must be a case-insensitive dictionary.
parameter
Type: SystemString
Name of parameter. Case-insensitive.
defaultValue
Type: SystemString

Return Value

Type: String
See Also