SaaS CMS has officially launched! Learn more now.

Enum FileActionType

The types of action a file change log can have

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public enum FileActionType

Fields

Name Description
Add

File added

CheckIn

File checked-in

CheckOut

File check-out

ContentChange

File content changes

Copy

File copied

Delete

File deleted

Move

File moved

Undefined

No action defined

UndoCheckOut

File check-out undone

Extension Methods