Enum ChangeLogContent.ActionType
The types of action a content change log can have
Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum ActionType
  Fields
| Name | Description | 
|---|---|
| CheckIn | Content item checked-in  | 
      
| Create | Content item created  | 
      
| Delete | Content item deleted  | 
      
| DeleteChildren | Content item children deleted  | 
      
| DeletedItems | The deleted items, this will contain all effected items and is used with Delete and DeleteChildren.  | 
      
| DeleteLanguage | Content item language deleted  | 
      
| Move | Content item moved  | 
      
| None | No action defined  | 
      
| Publish | Content item published  | 
      
| Save | Content item saved  |