Class ContentActionType
The types of action a ContentActivity can record.
Inheritance
System.Object
ContentActionType
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class ContentActionType : Enum
Fields
CheckIn
Content item checked-in
Declaration
public const ContentActionType CheckIn
Field Value
Type | Description |
---|---|
ContentActionType |
Create
Content item created
Declaration
public const ContentActionType Create
Field Value
Type | Description |
---|---|
ContentActionType |
DelayedPublish
Content item was scheduled for publish
Declaration
public const ContentActionType DelayedPublish
Field Value
Type | Description |
---|---|
ContentActionType |
Delete
Content item deleted
Declaration
public const ContentActionType Delete
Field Value
Type | Description |
---|---|
ContentActionType |
DeleteChildren
Content item children deleted
Declaration
public const ContentActionType DeleteChildren
Field Value
Type | Description |
---|---|
ContentActionType |
DeletedItems
The deleted items, this will contain all effected items and is used with Delete and DeleteChildren.
Declaration
public const ContentActionType DeletedItems
Field Value
Type | Description |
---|---|
ContentActionType |
DeleteLanguage
Content item language deleted
Declaration
public const ContentActionType DeleteLanguage
Field Value
Type | Description |
---|---|
ContentActionType |
Move
Content item moved
Declaration
public const ContentActionType Move
Field Value
Type | Description |
---|---|
ContentActionType |
Publish
Content item published
Declaration
public const ContentActionType Publish
Field Value
Type | Description |
---|---|
ContentActionType |
Rejected
Content item rejected
Declaration
public const ContentActionType Rejected
Field Value
Type | Description |
---|---|
ContentActionType |
RequestApproval
Content item was requested for approval
Declaration
public const ContentActionType RequestApproval
Field Value
Type | Description |
---|---|
ContentActionType |
Save
Content item saved
Declaration
public const ContentActionType Save
Field Value
Type | Description |
---|---|
ContentActionType |
Undefined
No action defined
Declaration
public const ContentActionType Undefined
Field Value
Type | Description |
---|---|
ContentActionType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |