Class ProjectActivity
Base class for activities related to projects changes.
Inheritance
System.Object
ProjectActivity
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public abstract class ProjectActivity : Activity
Constructors
ProjectActivity(ProjectActionType, Int32)
Initializes a new instance of the Project
Declaration
protected ProjectActivity(ProjectActionType action, int projectId)
Parameters
Type | Name | Description |
---|---|---|
Project |
action | The action that has taken place. |
System. |
projectId | The project identifier. |
Properties
ActionType
Returns which type of action this activity instance corresponds to.
Declaration
public ProjectActionType ActionType { get; }
Property Value
Type | Description |
---|---|
Project |
ProjectId
Gets the project id for the related project.
Declaration
public virtual int ProjectId { get; }
Property Value
Type | Description |
---|---|
System. |