SettingsKeyChangedEventArgs Constructor (String, Object, Int32, String, SettingsKeyActionEnum) |
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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