Class ProjectActionType
The different action types for project related changes.
Inheritance
System.Object
ProjectActionType
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class ProjectActionType : Enum
Fields
Deleted
Logged when project is deleted.
Declaration
public const ProjectActionType Deleted
Field Value
Type | Description |
---|---|
ProjectActionType |
ItemAdded
Item added
Declaration
public const ProjectActionType ItemAdded
Field Value
Type | Description |
---|---|
ProjectActionType |
ItemRemoved
Item removed
Declaration
public const ProjectActionType ItemRemoved
Field Value
Type | Description |
---|---|
ProjectActionType |
Saved
Logged when project is saved.
Declaration
public const ProjectActionType Saved
Field Value
Type | Description |
---|---|
ProjectActionType |
Undefined
No action defined
Declaration
public const ProjectActionType Undefined
Field Value
Type | Description |
---|---|
ProjectActionType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |