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