SettingsKeyActionEnum EnumerationKentico 8.0 API Reference
Enumerates the possible actions when changing the settings key.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members

  Member nameValueDescription
Update0 Specifies that the settings key had already existed and was updated.
Insert1 Specifies that the settings key was newly created.
Delete2 Specifies that the settings key was removed.
See Also