Class ProjectContentActivity
An activity entry that will be added to the activity log when a content related activity happens in a project.
Inheritance
System.Object
ProjectContentActivity
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public abstract class ProjectContentActivity : ProjectActivity
Constructors
ProjectContentActivity(ProjectActionType, Int32, ContentReference, CultureInfo)
Initializes a new instance of the Project
Declaration
protected ProjectContentActivity(ProjectActionType action, int projectId, ContentReference contentLink, CultureInfo language)
Parameters
Type | Name | Description |
---|---|---|
Project |
action | The action that has taken place. |
System. |
projectId | The project identifier where content was related to. |
Content |
contentLink | The content reference of the content that was added to the project. |
System. |
language | The language of the content that was added to the project. |
Properties
ContentLink
Gets a reference to the related content.
Declaration
public ContentReference ContentLink { get; }
Property Value
Type | Description |
---|---|
Content |
Language
Gets the language version for the related content instance.
Declaration
public CultureInfo Language { get; }
Property Value
Type | Description |
---|---|
System. |