Class ProjectMessageActivity
A message saved in the activity log that is related to a project.
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ProjectMessageActivity : MessageActivityConstructors
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 | 
