Click or drag to resize
SettingsKeyActionEnum Enumeration
Enumerates the possible actions when changing the settings key.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public enum SettingsKeyActionEnum
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