SaaS CMS has officially launched! Learn more now.

Enum ContentActionType

The types of action a ContentActivity can record.

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

Fields

Name Description
CheckIn

Content item checked-in

Create

Content item created

Delete

Content item deleted

DeleteChildren

Content item children deleted

DeletedItems

The deleted items, this will contain all effected items and is used with Delete and DeleteChildren.

DeleteLanguage

Content item language deleted

Move

Content item moved

Publish

Content item published

Rejected

Content item rejected

Save

Content item saved

Undefined

No action defined

Extension Methods