Click or drag to resize
EventLogData Constructor
Initializes a new instance of the EventLogData class.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public EventLogData(
	EventTypeEnum type,
	string source,
	string eventCode
)

Parameters

type
Type: CMS.CoreEventTypeEnum
The event type.
source
Type: SystemString
Source of the event (Content, Administration, etc.)
eventCode
Type: SystemString
Event code (UPDATEDOC, SENDEMAIL, DELETE, etc.)
Exceptions
ExceptionCondition
ArgumentExceptionsource or eventCode is null or empty.
See Also