SaaS CMS has officially launched! Learn more now.

Class ChangeLogPageDelete

An EPiServer CMS page delete change log

Inheritance
System.Object
ChangeLogPageDelete
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
[Obsolete("Use ChangeLogContentDelete instead")]
public class ChangeLogPageDelete : ChangeLogPage, IChangeLogItem, IChangeLogUpdatableItem

Constructors

ChangeLogPageDelete()

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 ChangeLogPageDelete()

ChangeLogPageDelete(PageReference, Guid, String, PagePath, String)

Constructs a new page change log

Declaration
public ChangeLogPageDelete(PageReference pageReference, Guid pageGuid, string pageName, PagePath pagePath, string changedBy)
Parameters
Type Name Description
PageReference pageReference

The PageReference of the affected page

System.Guid pageGuid

The page GUID for the affected page

System.String pageName

The name of the affected page

PagePath pagePath

The PagePath of the affected page

System.String changedBy

The user who performed the action

Properties

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

PagePath

The PagePath of the affected page

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

Implements

Extension Methods