SaaS CMS has officially launched! Learn more now.

Class ChangeLogContentDeleteLanguage

An EPiServer CMS content language delete change log

Inheritance
System.Object
ChangeLogContentDeleteLanguage
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 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

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

Language

The language deleted from the affected content

Declaration
public string Language { get; }
Property Value
Type Description
System.String

Implements

Extension Methods