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