Click or drag to resize
EventLogHelperGetEventTypeTextInternal Method
Returns user-friendly string for the given event type.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
protected virtual string GetEventTypeTextInternal(
	string eventType
)

Parameters

eventType
Type: SystemString
Event type string

Return Value

Type: String
See Also