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

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
public static string GetEventTypeText(
	string eventType
)

Parameters

eventType
Type: SystemString
Event type string

Return Value

Type: String
See Also