Click or drag to resize
CMSNotificationGatewayRaiseEvent Method
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: 9.0.0
Syntax
C#
public static void RaiseEvent(
	string eventSource,
	string eventCode,
	int eventObjectId,
	string eventData1,
	string eventData2,
	int siteId,
	string where,
	Object resolverData,
	string[,] resolverSourceParameters
)

Parameters

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