Class ProjectAddContentActivity
An activity entry that will be added to the activity log when a content version is added to a project.
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ProjectAddContentActivity : ProjectContentActivityConstructors
ProjectAddContentActivity(Int32, ContentReference, CultureInfo)
Initializes a new instance of the ProjectAddContentActivity class.
Declaration
public ProjectAddContentActivity(int projectId, ContentReference contentLink, CultureInfo language)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | projectId | The project identifier where content was added to. | 
| ContentReference | contentLink | The content reference of the content that was added to the project. | 
| System.Globalization.CultureInfo | language | The language of the content that was added to the project. | 
