Enum ChangeLogContent.ActionType
The types of action a content change log can have
Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public enum ActionType
Fields
| Name | Description |
|---|---|
| CheckIn | Content item checked-in |
| Create | Content item created |
| DelayedPublish | Content item was scheduled for publish |
| 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 |
| Rejected | Content item rejected |
| RequestApproval | Content item was requested for approval |
| Save | Content item saved |