CMSNotificationGateway RaiseEvent Method Kentico 8.0 API Reference
Raises event with specified parameters and performs sending notifications to all subscribers who were subscribed to such event.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

eventSource
Type: OnlineSystem String
Subscription event source
eventCode
Type: OnlineSystem String
Subscription event code
eventObjectId
Type: OnlineSystem Int32
Subscription event object ID
eventData1
Type: OnlineSystem String
Subscription event data 1
eventData2
Type: OnlineSystem String
Subscription event data 2
siteId
Type: OnlineSystem Int32
ID of the site where the event belongs
where
Type: OnlineSystem String
Additional WHERE conditoin
resolverData
Type: OnlineSystem Object
Custom data for macro resolver (DataRow or DataClass object)
resolverSourceParameters
Type:  OnlineSystem String 
Resolver special macros (couples [name, value])
See Also