Click or drag to resize
AbstractUserControl.ShowMessage 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: 12.0.0
Syntax
C#
public virtual void ShowMessage(
	MessageTypeEnum type,
	string text,
	string description,
	string tooltipText,
	bool persistent
)

Parameters

type
Type: CMS.Base.Web.UI.MessageTypeEnum
Message type
text
Type: System.String
Message text
description
Type: System.String
Additional description
tooltipText
Type: System.String
Tooltip text
persistent
Type: System.Boolean
Indicates if the message is persistent
See Also