Enum ChangeLogFile.ActionType
The types of action a file change log can have
Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum ActionType
Fields
| Name | Description |
|---|---|
| Add | File added |
| CheckIn | File checked-in |
| CheckOut | File check-out |
| ContentChange | File content changes |
| Copy | File copied |
| Delete | File deleted |
| Move | File moved |
| None | No action defined |
| UndoCheckOut | File check-out undone |