Click or drag to resize
KernelConfigurationViewAddKeyValues Method

[Missing <summary> documentation for "M:X3Platform.Configuration.KernelConfigurationView.AddKeyValues(System.String,X3Platform.Configuration.NameValueConfigurationCollection,System.Boolean)"]

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void AddKeyValues(
	string configGlobalPrefix,
	NameValueConfigurationCollection list,
	bool forceUpdate
)

Parameters

configGlobalPrefix
Type: SystemString

[Missing <param name="configGlobalPrefix"/> documentation for "M:X3Platform.Configuration.KernelConfigurationView.AddKeyValues(System.String,X3Platform.Configuration.NameValueConfigurationCollection,System.Boolean)"]

list
Type: X3Platform.ConfigurationNameValueConfigurationCollection

[Missing <param name="list"/> documentation for "M:X3Platform.Configuration.KernelConfigurationView.AddKeyValues(System.String,X3Platform.Configuration.NameValueConfigurationCollection,System.Boolean)"]

forceUpdate
Type: SystemBoolean

[Missing <param name="forceUpdate"/> documentation for "M:X3Platform.Configuration.KernelConfigurationView.AddKeyValues(System.String,X3Platform.Configuration.NameValueConfigurationCollection,System.Boolean)"]

Return Value

Type: 
See Also