Table of Contents

Class DeleteContentItemParameters

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Delete content item parameters.

public sealed class DeleteContentItemParameters
Inheritance
object
DeleteContentItemParameters
Extension Methods

Constructors

DeleteContentItemParameters(int, string)

Initializes a new instance of the DeleteContentItemParameters class.

public DeleteContentItemParameters(int contentItemId, string languageName)

Parameters

contentItemId int

Identifier of the content item to delete.

languageName string

Language codename of the language variant to delete.

Properties

ContentItemID

Content item identifier.

public int ContentItemID { get; }

Property Value

int

LanguageName

Language codename.

public string LanguageName { get; }

Property Value

string