EventLogInfo Constructor (String, String, String) |
Constructor - Creates a new EventLogInfo object from the given Data class.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax public EventLogInfo(
string eventType,
string source,
string eventCode
)
Parameters
- eventType
- Type: SystemString
Type of the event. Please use predefined constants from EventLogProvider - source
- Type: SystemString
Source of the event (Content, Administration, etc.) - eventCode
- Type: SystemString
Event code (UPDATEDOC, SENDEMAIL, DELETE, etc.)
See Also