Click or drag to resize

ConfigurationManagerUpdateAppSettings Method

Updates an app setting in the database.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public static bool UpdateAppSettings(
	string key,
	string value
)

Parameters

key
Type: SystemString
Key to change.
value
Type: SystemString
New value.

Return Value

Type: Boolean
Boolean indicating success
See Also