Enum ChangeLogDirectory.ActionType
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The types of action a file change log can have
Namespace: EPiServer.ChangeLog.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public enum ActionType
Fields
| Name | Description |
|---|---|
| Add | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Directory added |
| Copy | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Directory copied |
| Delete | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Directory deleted |
| Move | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Directory moved |
| None | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. No action defined |