Class ChangeLogContentDeleteChildren
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. An EPiServer CMS content delete change log for children
Inheritance
Inherited Members
Namespace: EPiServer.ChangeLog.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[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 Change
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 Change
Declaration
public ChangeLogContentDeleteChildren(ContentReference contentLink, Guid contentGuid, int contentTypeId, string name, ContentPath contentPath, string changedBy)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link. |
System. |
contentGuid | The page GUID. |
System. |
contentTypeId | The content type GUID. |
System. |
name | Name of the page. |
Content |
contentPath | The page path. |
System. |
changedBy | The changed by. |