Click or drag to resize
EventType Class
Event type constants
Inheritance Hierarchy
SystemObject
  CMS.EventLogEventType

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
public class EventType

The EventType type exposes the following members.

Constructors
  NameDescription
Public methodEventType
Top
Fields
  NameDescription
Public fieldStatic memberERROR
Error event type.
Public fieldStatic memberINFORMATION
Info event type.
Public fieldStatic memberWARNING
Warning event type.
Top
Methods
  NameDescription
Public methodStatic memberFromEventTypeEnum
Returns the string code representation of eventType.
Public methodStatic memberToEventTypeEnum
Converts event type string code to EventTypeEnum.
Top
See Also