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 : ContentDeleteActivityConstructors
ContentDeleteChildrenActivity(ContentReference, Guid, Int32, String, ContentPath, String)
Initializes a new instance of the ContentDeleteChildrenActivity class.
Declaration
public ContentDeleteChildrenActivity(ContentReference contentLink, Guid contentGuid, int contentTypeId, string name, ContentPath contentPath, string deletedBy)Parameters
| Type | Name | Description | 
|---|---|---|
| ContentReference | contentLink | The content reference of the content that was deleted. | 
| System.Guid | contentGuid | The unique identifier of the content that was deleted. | 
| System.Int32 | contentTypeId | The content type of the content that was deleted. | 
| System.String | name | The name of the content that was deleted. | 
| ContentPath | contentPath | The content path of the content that was deleted. | 
| System.String | deletedBy | The username of the user responsible for deleting the content. | 
