Click or drag to resize
EventTypeFromEventTypeEnum Method
Returns the string code representation of eventType.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
public static string FromEventTypeEnum(
	EventTypeEnum eventType
)

Parameters

eventType
Type: CMS.CoreEventTypeEnum

Return Value

Type: String
See Also