SaaS CMS has officially launched! Learn more now.

Class ProjectMessageActivity

A message saved in the activity log that is related to a project.

Inheritance
System.Object
ProjectMessageActivity
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 ProjectMessageActivity : MessageActivity

Constructors

ProjectMessageActivity(Int32, String)

Initializes a new instance of the ProjectMessageActivity class.

Declaration
public ProjectMessageActivity(int projectId, string message)
Parameters
Type Name Description
System.Int32 projectId

The project identifier.

System.String message

The message that should be recorded.

Properties

ProjectId

Gets the identifier of the related project.

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

Extension Methods