Class ContentDeletedItemsActivity
An activity recording all deleted content items.
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentDeletedItemsActivity : ContentActivity
Constructors
ContentDeletedItemsActivity(ContentReference, Guid, Int32, String, String, IEnumerable<Guid>)
Initializes a new instance of the Content
Declaration
public ContentDeletedItemsActivity(ContentReference contentLink, Guid contentGuid, int contentTypeId, string name, string deletedBy, IEnumerable<Guid> deletedIdentities)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content reference of the content that was deleted. |
System. |
contentGuid | The unique identifier of the content that was deleted. |
System. |
contentTypeId | The content type of the content that was deleted. |
System. |
name | The name of the content that was deleted. |
System. |
deletedBy | The username of the user responsible for deleting the content. |
System. |
deletedIdentities | A list of all deleted identities. |
Fields
IdentitiesKey
The identities key
Declaration
public const string IdentitiesKey = "Identities"
Field Value
Type | Description |
---|---|
System. |
Properties
DeletedIdentities
Gets a list of the deleted identities.
Declaration
public virtual IEnumerable<Guid> DeletedIdentities { get; }
Property Value
Type | Description |
---|---|
System. |