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: 10.0.0
Syntax
C#
protected virtual string GetEventLogType(
	MessageTypeEnum type
)

Parameters

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

Return Value

Type: String
See Also