Table of Contents

Class AfterUpdateWebPageMetadataEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

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

public sealed class AfterUpdateWebPageMetadataEvent : CompoundAsyncEvent<UpdateWebPageMetadataEventData>, IAsyncEvent, IEventState
Inheritance
object
AfterUpdateWebPageMetadataEvent
Implements
Inherited Members
Extension Methods

Constructors

AfterUpdateWebPageMetadataEvent()

Initializes a new instance of the AfterUpdateWebPageMetadataEvent class.

public AfterUpdateWebPageMetadataEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also