Click or drag to resize

CodeAssemblyClassBaseGetConfigurationParameter Method (IDictionaryString, String, String, Guid)

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

Parameters

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

Return Value

Type: Guid
See Also