Click or drag to resize

ConfigUpdateAppKeyInAppConfig Method

Updates the app key in app config. (Will not work in WEB.Config!)

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static bool UpdateAppKeyInAppConfig(
	string key,
	string newValue
)

Parameters

key
Type: SystemString
The key.
newValue
Type: SystemString
The new value.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Koden.Utils.Config.UpdateAppKeyInAppConfig(System.String,System.String)"]

See Also