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
contentItemIdintIdentifier of the content item to delete.
languageNamestringLanguage 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
Permanently
Indicates whether the content item should be deleted permanently.
public bool Permanently { get; set; }
Property Value
- bool