Click or drag to resize

CodeAssemblyClassBaseGetConfigurationParameter Method (IDictionaryString, String, String, Int32)

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

Parameters

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

Return Value

Type: Int32
See Also