EventLogHelperSendEmailNotificationInternal Method (EventLogData, String) |
Sends email notification regarding received eventLogData.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax protected virtual void SendEmailNotificationInternal(
EventLogData eventLogData,
string siteName
)
Parameters
- eventLogData
- Type: CMS.CoreEventLogData
Data describing event - siteName
- Type: SystemString
Site name
See Also