Click or drag to resize
EventLogHelper.GetEventText 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.EventLog.EventLogInfo
Object containing log event data

Return Value

Type: String
Text of log event
See Also