Click or drag to resize
MessagesPlaceHolderShowMessage Method
Shows the given message on the page, optionally with a tooltip text.

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

Parameters

type
Type: CMS.ExtendedControlsMessageTypeEnum
Type of the message
text
Type: SystemString
Information message
description (Optional)
Type: SystemString
Additional description
tooltipText (Optional)
Type: SystemString
Tooltip text
persistent (Optional)
Type: SystemBoolean
Indicates if the message is persistent
See Also