Click or drag to resize
EventLogHelperGetEventText Method
Gets log event text from DataRow

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
public static string GetEventText(
	EventLogInfo eventObj
)

Parameters

eventObj
Type: CMS.EventLogEventLogInfo
Object containing log event data

Return Value

Type: String
Text of log event
See Also