Click or drag to resize
EventLogProviderGetEventLogInfo Method
Returns specified event info object from the event log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax
C#
public static EventLogInfo GetEventLogInfo(
	int eventId
)

Parameters

eventId
Type: SystemInt32
Event ID

Return Value

Type: EventLogInfo
See Also