AppDataHelper LoadSettingsData Method (NameValueCollection, String, Dictionary Object, Object )A Sandcastle Documented Class Library
Loads settings data from a configuration settings xml file into either or both data storage classes provided.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void LoadSettingsData(
	NameValueCollection state,
	string settXml,
	Dictionary<Object, Object> dict
)

Parameters

state
Type: System.Collections.Specialized NameValueCollection
settXml
Type: System String
dict
Type: System.Collections.Generic Dictionary Object, Object 
See Also