Click or drag to resize
AbstractUserControlShowMessage Method (MessageTypeEnum, String, String, String, Boolean)
Shows the specified message, optionally with a tooltip text.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual void ShowMessage(
	MessageTypeEnum type,
	string text,
	string description,
	string tooltipText,
	bool persistent
)

Parameters

type
Type: CMS.Base.Web.UIMessageTypeEnum
Message type
text
Type: SystemString
Message text
description
Type: SystemString
Additional description
tooltipText
Type: SystemString
Tooltip text
persistent
Type: SystemBoolean
Indicates if the message is persistent
See Also