SaaS CMS has officially launched! Learn more now.

Class ChangeLogContentDelete

An EPiServer CMS content delete change log

Inheritance
System.Object
ChangeLogContentDelete
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.ChangeLog
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class ChangeLogContentDelete : ChangeLogContent, IChangeLogItem, IChangeLogUpdatableItem

Constructors

ChangeLogContentDelete()

Parameterless constructor. Should be used in conjuction with the InitializeFromStorage(Int64, String, DateTime, Int32, Int32, String) method when a change log data has been read from the change log

Declaration
public ChangeLogContentDelete()

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

Constructs a new page change log

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

The PageReference of the affected page

System.Guid contentGuid

The page GUID for the affected page

System.Int32 contentTypeId

The content type GUID.

System.String name

The name of the affected page

ContentPath contentPath

The PagePath of the affected page

System.String changedBy

The user who performed the action

Properties

ContentPath

The ContentPath of the affected content item

Declaration
public ContentPath ContentPath { get; }
Property Value
Type Description
ContentPath

ExtensionProperties

Get or sets properties that should be serialized

Declaration
protected override IDictionary<string, string> ExtensionProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

Property values

Overrides

Implements

Extension Methods