SaaS CMS has officially launched! Learn more now.

Class ChangeLogContentDeleteLanguage

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

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

Constructors

ChangeLogContentDeleteLanguage()

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

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

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