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: 9.0.0
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
See Also