Try our conversational search powered by Generative AI!

Class ProjectActivity

Base class for activities related to projects changes.

Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public abstract class ProjectActivity : Activity

Constructors

ProjectActivity(ProjectActionType, Int32)

Initializes a new instance of the ProjectActivity class.

Declaration
protected ProjectActivity(ProjectActionType action, int projectId)
Parameters
Type Name Description
ProjectActionType action

The action that has taken place.

System.Int32 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
ProjectActionType

ProjectId

Gets the project id for the related project.

Declaration
public virtual int ProjectId { get; }
Property Value
Type Description
System.Int32

Extension Methods