Table of Contents

Class ItemEventsObserver

Namespace
Dynamicweb.Content.Items.Queries
Assembly
Dynamicweb.dll

Represents event handler for clear Items cache

[Subscribe("DWN_STANDARD_PAGE_DELETED")]
[Subscribe("DWN_STANDARD_PAGE_RESTORED")]
[Subscribe("DWN_STANDARD_PARAGRAPH_DELETED")]
[Subscribe("DWN_STANDARD_PARAGRAPH_RESTORED")]
public class ItemEventsObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
ItemEventsObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Event handler for clear Items cache

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

Event name

args NotificationArgs

Event argument

To top