Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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: 11.20.7
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