| ModuleCommandsNotificationsRaiseEvent Method  | 
            Raises notification events according to the specified parameters.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic static void NotificationsRaiseEvent(
	string eventSource,
	string eventCode,
	int eventObjectId,
	string eventData1,
	string eventData2,
	int siteId,
	string where,
	Object resolverData,
	IDictionary<string, Object> 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 condition - resolverData
 - Type: SystemObject
Custom data for macro resolver (DataRow or DataClass object) - resolverSpecialMacros
 - Type: System.Collections.GenericIDictionaryString, Object
Special macros 
See Also