Table of Contents

Class BeforeUpdateContentItemMetadataEvent

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Represents an event type that is raised before a content item metadata is updated.

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

Constructors

BeforeUpdateContentItemMetadataEvent()

Initializes a new instance of the BeforeUpdateContentItemMetadataEvent class.

public BeforeUpdateContentItemMetadataEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also