Table of Contents

Class ProductCommentSaveSubscriber

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
The class ProductCommentSaveSubscriber represents after product comment saved event subscriber.
[Subscribe("OnAfterSave")]
public class ProductCommentSaveSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
ProductCommentSaveSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Notifies when the notification in triggered.
public override void OnNotify(string notification, NotificationArgs arguments)

Parameters

notification string
The notification.
arguments NotificationArgs
The arguments
To top