SaaS CMS has officially launched! Learn more now.

Class ChangeLogPageMove

An EPiServer CMS page move change log

Inheritance
System.Object
ChangeLogPageMove
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 ChangeLogContentMove instead")]
public class ChangeLogPageMove : ChangeLogPage, IChangeLogItem, IChangeLogUpdatableItem

Constructors

ChangeLogPageMove()

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

ChangeLogPageMove(PageReference, Guid, String, PageReference, Guid, PageReference, Guid, String)

Constructs a new page move change log

Declaration
public ChangeLogPageMove(PageReference pageReference, Guid pageGuid, string pageName, PageReference oldParent, Guid oldParentGuid, PageReference newParent, Guid newParentGuid, string changedBy)
Parameters
Type Name Description
PageReference pageReference

The PageReference of the affected page

System.Guid pageGuid

The page GUID of the affected page

System.String pageName

The name of the affected page

PageReference oldParent

The PageReference of the old parent of the affected page

System.Guid oldParentGuid

The old parent GUID.

PageReference newParent

The PageReference of the new parent of the affected page

System.Guid newParentGuid

The new parent GUID.

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

NewParent

The PageReference of the new parent of the affected page

Declaration
public PageReference NewParent { get; }
Property Value
Type Description
PageReference

NewParentGuid

The guid of the new parent of the affected page

Declaration
public Guid NewParentGuid { get; }
Property Value
Type Description
System.Guid

OldParent

The PageReference of the old parent of the affected page

Declaration
public PageReference OldParent { get; }
Property Value
Type Description
PageReference

OldParentGuid

The guid of the old parent of the affected page

Declaration
public Guid OldParentGuid { get; }
Property Value
Type Description
System.Guid

Implements

Extension Methods