Click or drag to resize
ModuleCommandsNotificationsRaiseEvent Method
Raises notification events according to the specified parameters.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static void NotificationsRaiseEvent(
	string eventSource,
	string eventCode,
	int eventObjectId,
	string eventData1,
	string eventData2,
	int siteId,
	string where,
	Object resolverData,
	string[,] resolverSpecialMacros
)

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 conditoin
resolverData
Type: SystemObject
Custom data for macro resolver (DataRow or DataClass object)
resolverSpecialMacros
Type: SystemString
Special macros (couples [name, value])
See Also