Click or drag to resize
EventLogHelperSendEmailNotificationInternal Method
Logs the query to file.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
protected virtual void SendEmailNotificationInternal(
	EventLogInfo eventObj,
	string siteName
)

Parameters

eventObj
Type: CMS.EventLogEventLogInfo
Event info object
siteName
Type: SystemString
Site name
See Also