Enumerates the possible actions when changing the settings key.
            
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members
| Member name | Value | Description | |
|---|---|---|---|
| Update | 0 | Specifies that the settings key had already existed and was updated. | |
| Insert | 1 | Specifies that the settings key was newly created. | |
| Delete | 2 | Specifies that the settings key was removed. | 
See Also