| ICMSPageShowMessage Method | 
            Shows the specified message, optionally with a tooltip text and description.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxvoid 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
See Also