EventLogInfo Constructor (String, String, String)Kentico 8.1 API Reference
Constructor - Creates a new EventLogInfo object from the given Data class.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

eventType
Type: OnlineSystem String
Type of the event. Please use predefined constants from EventLogProvider
source
Type: OnlineSystem String
Source of the event (Content, Administration, etc.)
eventCode
Type: OnlineSystem String
Event code (UPDATEDOC, SENDEMAIL, DELETE, etc.)
See Also