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

Extension Methods