Table of Contents

Class AfterUpdateWebPageTreePathSlugEvent

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event fired after a web page tree path slug has been updated.

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

Constructors

AfterUpdateWebPageTreePathSlugEvent()

Initializes a new instance of the AfterUpdateWebPageTreePathSlugEvent class.

public AfterUpdateWebPageTreePathSlugEvent()

Remarks

This constructor should be used only in testing scenarios.

See Also