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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected virtual EventTypeEnum GetEventLogType(
	MessageTypeEnum type
)

Parameters

type
Type: CMS.Base.Web.UIMessageTypeEnum
Message type

Return Value

Type: EventTypeEnum
See Also