Class ContentDeleteChildrenActivity
An activity related to when the children of a content item has been deleted.
Inheritance
System.Object
ContentDeleteChildrenActivity
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentDeleteChildrenActivity : ContentDeleteActivity
Constructors
ContentDeleteChildrenActivity(ContentReference, Guid, Int32, String, ContentPath, String)
Initializes a new instance of the Content
Declaration
public ContentDeleteChildrenActivity(ContentReference contentLink, Guid contentGuid, int contentTypeId, string name, ContentPath contentPath, string deletedBy)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content reference of the content that was deleted. |
System. |
contentGuid | The unique identifier of the content that was deleted. |
System. |
contentTypeId | The content type of the content that was deleted. |
System. |
name | The name of the content that was deleted. |
Content |
contentPath | The content path of the content that was deleted. |
System. |
deletedBy | The username of the user responsible for deleting the content. |