Table of Contents

Class BeforeUpdateWebPageLanguageMetadataEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

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

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

Constructors

BeforeUpdateWebPageLanguageMetadataEvent()

Initializes a new instance of the BeforeUpdateWebPageLanguageMetadataEvent class.

public BeforeUpdateWebPageLanguageMetadataEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also