Class DeleteContentItemEventArgs
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Event arguments for Delete event.
public sealed class DeleteContentItemEventArgs : ContentItemEventArgsBase
- Inheritance
-
objectEventArgsDeleteContentItemEventArgs
- Inherited Members
- Extension Methods
Constructors
DeleteContentItemEventArgs()
Initializes a new instance of DeleteContentItemEventArgs.
public DeleteContentItemEventArgs()
Properties
IsCompletelyRemoved
Indicates if all content item data are completely removed.
public bool IsCompletelyRemoved { get; init; }
Property Value
- bool
Remarks
A content item is considered completely removed when:
- All system data associated with the content item is deleted.
- All language variants are removed.
- All language metadata is deleted.
- All references to other content item are deleted.