SaaS CMS has officially launched! Learn more now.

Class ChangeLogContentDeleteChildren

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. An EPiServer CMS content delete change log for children

Inheritance
System.Object
ChangeLogContentDeleteChildren
Namespace: EPiServer.ChangeLog.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Obsolete("The ChangeLog has been replaced by the Activity API.")]
public class ChangeLogContentDeleteChildren : ChangeLogContentDelete, IChangeLogItem, IChangeLogUpdatableItem

Constructors

ChangeLogContentDeleteChildren()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the ChangeLogContentDeleteChildren class.

Declaration
public ChangeLogContentDeleteChildren()

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

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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