C-DEngine 5.105

ICDESettings..::..ReadAllAppSettings Method

Tells the settings engine to load all public settings from the settings store (i.e. app.config) and add them to the given dictionary

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


bool ReadAllAppSettings(
	ref IDictionary<string, string> argList
)
Function ReadAllAppSettings ( _
	ByRef argList As IDictionary(Of String, String) _
) As Boolean
bool^ ReadAllAppSettings(
	IDictionary<String^, String^>^% argList
)

Parameters

argList
Type: IDictionary<(Of <(<'String, String>)>)>%
Dictionary of incoming settings that will be extended with the stored settings

Return Value