Table of Contents

Class AfterUnpublishWebPageEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents an event type that is raised after a web page has been unpublished.

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

Constructors

AfterUnpublishWebPageEvent()

Initializes a new instance of the AfterUnpublishWebPageEvent class.

public AfterUnpublishWebPageEvent()

Remarks

This constructor should be used only in testing scenarios.