SaaS CMS has officially launched! Learn more now.

Class ChangeLogContentDeletedItems

An EPiServer CMS content delete change log for all items delteted.

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

Constructors

ChangeLogContentDeletedItems()

Initializes a new instance of the ChangeLogContentDeletedItems class.

Declaration
public ChangeLogContentDeletedItems()

ChangeLogContentDeletedItems(ContentReference, Guid, Int32, String, String, IEnumerable<Guid>)

Initializes a new instance of the ChangeLogContentDeletedItems class.

Declaration
public ChangeLogContentDeletedItems(ContentReference contentLink, Guid contentGuid, int contentTypeId, string name, string changedBy, IEnumerable<Guid> deletedIdentities)
Parameters
Type Name Description
ContentReference contentLink

The content link.

System.Guid contentGuid

The page GUID.

System.Int32 contentTypeId

The content type GUID.

System.String name

Name of the page.

System.String changedBy

The changed by.

System.Collections.Generic.IEnumerable<System.Guid> deletedIdentities

The deleted identities.

Fields

IdentitiesKey

The identities key

Declaration
public const string IdentitiesKey = "Identities"
Field Value
Type Description
System.String

Properties

DeletedIdentities

Gets or sets the deleted identities.

Declaration
public IEnumerable<Guid> DeletedIdentities { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Guid>

The deleted identities.

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

Implements

Extension Methods