Click or drag to resize
MessagesPlaceHolderGetEventLogType Method
Returns type of event log record based on given message type.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetEventLogType(
	MessageTypeEnum type
)

Parameters

type
Type: CMS.ExtendedControlsMessageTypeEnum
Message type

Return Value

Type: String
See Also