Table of Contents

Class OnDuplicateUrlObserver

Namespace
Dynamicweb.Examples.Notifications.Standard
Assembly
Dynamicweb.Examples.dll
[Subscribe("DWN_STANDARD_OnDuplicateUrl")]
public class OnDuplicateUrlObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
OnDuplicateUrlObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
The notification.
args NotificationArgs
The args.

UpdateUrlsToDatabase()

public void UpdateUrlsToDatabase()
To top