SaaS CMS has officially launched! Learn more now.

Class ChangeLogContentDeleteLanguage

An EPiServer CMS content language delete change log

Inheritance
System.Object
ChangeLogContentDeleteLanguage
Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class ChangeLogContentDeleteLanguage : ChangeLogContent, IChangeLogItem, IChangeLogUpdatableItem

Constructors

ChangeLogContentDeleteLanguage()

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

ChangeLogContentDeleteLanguage(ContentReference, Guid, Int32, String, String, String)

Constructs a new content language delete change log

Declaration
public ChangeLogContentDeleteLanguage(ContentReference contentLink, Guid contentGuid, int contentTypeId, string name, string language, string changedBy)
Parameters
Type Name Description
ContentReference contentLink

The PageReference of the affected page

System.Guid contentGuid

The unique identifier for the affected page

System.Int32 contentTypeId

The content type GUID.

System.String name

The name of the affected page

System.String language

The language deleted from the affected page

System.String changedBy

The user who performed the action

Implements

Extension Methods