Class ContentTypeActionType
The types of action a ContentTypeActivity can record.
Inheritance
System.Object
    ContentTypeActionType
  Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class ContentTypeActionType : EnumFields
Create
Content type created
Declaration
public const ContentTypeActionType CreateField Value
| Type | Description | 
|---|---|
| ContentTypeActionType | 
Delete
Content type deleted
Declaration
public const ContentTypeActionType DeleteField Value
| Type | Description | 
|---|---|
| ContentTypeActionType | 
Save
Content type modified
Declaration
public const ContentTypeActionType SaveField Value
| Type | Description | 
|---|---|
| ContentTypeActionType | 
Undefined
No action defined
Declaration
public const ContentTypeActionType UndefinedField Value
| Type | Description | 
|---|---|
| ContentTypeActionType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
