Table of Contents

Class AfterPublishWebPageEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

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

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

Constructors

AfterPublishWebPageEvent()

Initializes a new instance of the AfterPublishWebPageEvent class.

public AfterPublishWebPageEvent()

Remarks

This constructor should be used only in testing scenarios.