Click or drag to resize
CMSNotificationGatewaySendNotification Method
Sends notification. It is automatically called after the specified event is raised. You will need to override this method for your custom gateway.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
public virtual void SendNotification()
See Also