SaaS CMS has officially launched! Learn more now.

Class ContentTypeActionType

The types of action a ContentTypeActivity can record.

Inheritance
System.Object
ContentTypeActionType
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class ContentTypeActionType : Enum

Fields

Create

Content type created

Declaration
public const ContentTypeActionType Create
Field Value
Type Description
ContentTypeActionType

Delete

Content type deleted

Declaration
public const ContentTypeActionType Delete
Field Value
Type Description
ContentTypeActionType

Save

Content type modified

Declaration
public const ContentTypeActionType Save
Field Value
Type Description
ContentTypeActionType

Undefined

No action defined

Declaration
public const ContentTypeActionType Undefined
Field Value
Type Description
ContentTypeActionType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods