SaaS CMS has officially launched! Learn more now.

Class ProjectUpdateActivity

An activity entry that will be added to the activity log when a project name and/or status is updated.

Inheritance
System.Object
ProjectUpdateActivity
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 class ProjectUpdateActivity : ProjectActivity

Constructors

ProjectUpdateActivity(Int32, ProjectStatus, String)

Initializes a new instance of the ProjectUpdateActivity class.

Declaration
public ProjectUpdateActivity(int projectId, ProjectStatus status, string name)
Parameters
Type Name Description
System.Int32 projectId

The project identifier.

ProjectStatus status

The status of the project after the update.

System.String name

The name of the project after the update.

Properties

Name

Gets the name of the project after the update.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Status

Gets the status of the project after the update.

Declaration
public ProjectStatus Status { get; }
Property Value
Type Description
ProjectStatus

Extension Methods