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 ProjectActionType

The different action types for project related changes.

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public enum ProjectActionType

Fields

Name Description
Deleted

Logged when project is deleted.

ItemAdded

Item added

ItemRemoved

Item removed

Saved

Logged when project is saved.

Undefined

No action defined

Extension Methods