Enum FileActionType
The types of action a file change log can have
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[Obsolete("Virtual Path Providers for content is no longer supported, remove usage of this enum")]
public enum FileActionType
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 |
| Undefined | No action defined |
| UndoCheckOut | File check-out undone |