SaaS CMS has officially launched! Learn more now.

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
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 ProjectRemoveContentActivity : ProjectContentActivity

Constructors

ProjectRemoveContentActivity(Int32, ContentReference, CultureInfo)

Initializes a new instance of the ProjectRemoveContentActivity class.

Declaration
public ProjectRemoveContentActivity(int projectId, ContentReference contentLink, CultureInfo language)
Parameters
Type Name Description
System.Int32 projectId

The project identifier from where the content was removed from.

ContentReference contentLink

The content reference of the content that was removed from the project.

System.Globalization.CultureInfo language

The language of the content that was removed from the project.

Extension Methods