Click or drag to resize
EventLogHelperSendEmailNotification Method (EventLogData, String)
Sends email notification regarding received eventLogData.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
public static void SendEmailNotification(
	EventLogData eventLogData,
	string siteName
)

Parameters

eventLogData
Type: CMS.CoreEventLogData
Data describing event
siteName
Type: SystemString
Site name
See Also