Table of Contents

Class BeforeUpdateWebPageTreePathSlugEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event fired before a web page tree path slug is updated.

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

Constructors

BeforeUpdateWebPageTreePathSlugEvent()

Initializes a new instance of the BeforeUpdateWebPageTreePathSlugEvent class.

public BeforeUpdateWebPageTreePathSlugEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also