Table of Contents

Class AfterUnpublishContentItemEvent

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Represents an event type that is raised after a content item has been unpublished.

public sealed class AfterUnpublishContentItemEvent : AsyncEvent<UnpublishContentItemEventData>, IAsyncEvent
Inheritance
object
AfterUnpublishContentItemEvent
Implements
Inherited Members
Extension Methods

Constructors

AfterUnpublishContentItemEvent()

Initializes a new instance of the AfterUnpublishContentItemEvent class.

public AfterUnpublishContentItemEvent()

Remarks

This constructor should be used only in testing scenarios.