Click or drag to resize
SettingsKeyChangedEventArgs Constructor (String, Object, Int32, String, SettingsKeyActionEnum)
Initializes a new instance of the SettingsKeyChangedEventArgs class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public SettingsKeyChangedEventArgs(
	string keyName,
	Object keyValue,
	int siteId,
	string siteName,
	SettingsKeyActionEnum action
)

Parameters

keyName
Type: SystemString
Name of the key
keyValue
Type: SystemObject
The key value
siteId
Type: SystemInt32
ID of the site
siteName
Type: SystemString
Name of the site
action
Type: CMS.DataEngineSettingsKeyActionEnum
Action that was performed on the settings key
See Also