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 FileActionType

The types of action a file change log can have

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[Obsolete("Virtual Path Providers for content is no longer supported, remove usage of this enum")]
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