Click or drag to resize
EventTypeToEventTypeEnum Method
Converts event type string code to EventTypeEnum.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
public static EventTypeEnum ToEventTypeEnum(
	string eventType
)

Parameters

eventType
Type: SystemString
Event type string code.

Return Value

Type: EventTypeEnum
See Also