Click or drag to resize
EventLogData Class
Contains data to be logged as an event.
Inheritance Hierarchy
SystemObject
  CMS.CoreEventLogData

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

The EventLogData type exposes the following members.

Constructors
  NameDescription
Public methodEventLogData
Initializes a new instance of the EventLogData class.
Top
Properties
  NameDescription
Public propertyDocumentName
Name of document.
Public propertyEventCode
Code of event.
Public propertyEventDescription
Description of event.
Public propertyEventMachineName
Name of machine on which event is being logged.
Public propertyEventTime
Time of event.
Public propertyEventType
Type of event.
Public propertyEventUrl
URL of event.
Public propertyEventUrlReferrer
Referrer URL.
Public propertyEventUserAgent
Browser identification.
Public propertyException
Store Exception caused by Event.
Public propertyIPAddress
IP address.
Public propertyLoggingPolicy
Logging policy for this event.
Public propertyNodeID
ID of node.
Public propertySiteID
Site identifier.
Public propertySource
Source of event.
Public propertyUserID
User identifier.
Public propertyUserName
User name.
Top
See Also