Class ContentDeleteLanguageActivity
An activity related to when a language a content item has been deleted.
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentDeleteLanguageActivity : ContentActivity
Constructors
ContentDeleteLanguageActivity(ContentReference, CultureInfo, Guid, Int32, String, String)
Initializes a new instance of the Content
Declaration
public ContentDeleteLanguageActivity(ContentReference contentLink, CultureInfo language, Guid contentGuid, int contentTypeId, string name, string deletedBy)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content reference of the content that had a language version deleted. |
System. |
language | The language that was deleted. |
System. |
contentGuid | The unique identifier of the content that had a language version deleted. |
System. |
contentTypeId | The content type of the content that had a language version deleted. |
System. |
name | The name of the content that had a language version deleted. |
System. |
deletedBy | The username of the user responsible for deleting the language version. |