Click or drag to resize

ConfigurationNotificationConfigurationNotificationArgs Constructor (String, String, String)

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public ConfigurationNotificationArgs(
	string key,
	string newValue,
	string oldValue
)

Parameters

key
Type: SystemString
newValue
Type: SystemString
oldValue
Type: SystemString
See Also