Enum ChangeLogFile.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. File added |
CheckIn | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. File checked-in |
CheckOut | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. File check-out |
ContentChange | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. File content changes |
Copy | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. File copied |
Delete | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. File deleted |
Move | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. File moved |
None | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. No action defined |
UndoCheckOut | Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. File check-out undone |