London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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.4
Syntax
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

Extension Methods