Class DeleteContentItemParameters
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Delete content item parameters.
public sealed class DeleteContentItemParameters
- Inheritance
-
objectDeleteContentItemParameters
- Extension Methods
Constructors
DeleteContentItemParameters(int, string)
Initializes a new instance of the DeleteContentItemParameters class.
public DeleteContentItemParameters(int contentItemId, string languageName)
Parameters
contentItemId
intIdentifier of the content item to delete.
languageName
stringLanguage 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