Class ChangeLogContentDeletedItems
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. An EPiServer CMS content delete change log for all items delteted.
Inherited Members
Namespace: EPiServer.ChangeLog.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[Obsolete("The ChangeLog has been replaced by the Activity API.")]
public class ChangeLogContentDeletedItems : ChangeLogContent, IChangeLogItem, IChangeLogUpdatableItem
Constructors
ChangeLogContentDeletedItems()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the ChangeLogContentDeletedItems class.
Declaration
public ChangeLogContentDeletedItems()
ChangeLogContentDeletedItems(ContentReference, Guid, Int32, String, String, IEnumerable<Guid>)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The identities key
Declaration
public const string IdentitiesKey = "Identities"
Field Value
Type | Description |
---|---|
System.String |
Properties
DeletedIdentities
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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
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 |