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

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 9.0.0
Syntax
C#
protected virtual EventLogInfo GetEventInfoInternal(
	int eventId
)

Parameters

eventId
Type: SystemInt32
Event identifier

Return Value

Type: EventLogInfo
See Also