SaaS CMS has officially launched! Learn more now.

Class ChangeLogContentDeleteChildren

An EPiServer CMS content delete change log for children

Inheritance
System.Object
ChangeLogContentDeleteChildren
Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class ChangeLogContentDeleteChildren : ChangeLogContentDelete, IChangeLogItem, IChangeLogUpdatableItem

Constructors

ChangeLogContentDeleteChildren()

Initializes a new instance of the ChangeLogContentDeleteChildren class.

Declaration
public ChangeLogContentDeleteChildren()

ChangeLogContentDeleteChildren(ContentReference, Guid, Int32, String, ContentPath, String)

Initializes a new instance of the ChangeLogContentDeleteChildren class.

Declaration
public ChangeLogContentDeleteChildren(ContentReference contentLink, Guid contentGuid, int contentTypeId, string name, ContentPath contentPath, string changedBy)
Parameters
Type Name Description
ContentReference contentLink

The content link.

System.Guid contentGuid

The page GUID.

System.Int32 contentTypeId

The content type GUID.

System.String name

Name of the page.

ContentPath contentPath

The page path.

System.String changedBy

The changed by.

Implements

Extension Methods