Click or drag to resize

CodeAssemblyClassBaseGetConfigurationParameter Method (IDictionaryString, String, String, Boolean)

Returns the value of a boolean 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 bool GetConfigurationParameter(
	IDictionary<string, string> configuration,
	string parameter,
	bool defaultValue
)

Parameters

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

Return Value

Type: Boolean
See Also