SaaS CMS has officially launched! Learn more now.

Class ChangeLogContentDelete

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

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

Constructors

ChangeLogContentDelete()

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

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

System.String changedBy

The user who performed the action

Properties

ContentPath

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The ContentPath of the affected content item

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

ExtensionProperties

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