SaaS CMS has officially launched! Learn more now.

Class ContentDeleteChildrenActivity

An activity related to when the children of a content item has been deleted.

Inheritance
System.Object
ContentDeleteChildrenActivity
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 ContentDeleteChildrenActivity : ContentDeleteActivity

Constructors

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.

Extension Methods