Table of Contents

Class BeforeUpdateWebPageMetadataEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents an event type that is raised before a web page metadata is updated.

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

Constructors

BeforeUpdateWebPageMetadataEvent()

Initializes a new instance of the BeforeUpdateWebPageMetadataEvent class.

public BeforeUpdateWebPageMetadataEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also