Click or drag to resize
ICMSPageShowMessage Method
Shows the specified message, optionally with a tooltip text and description.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
void ShowMessage(
	MessageTypeEnum type,
	string text,
	string description,
	string tooltipText,
	bool persistent
)

Parameters

type
Type: CMS.ExtendedControlsMessageTypeEnum
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