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

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

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
useBasicStylesOnLiveSite
Type: SystemBoolean
Indicates whether the message should use the basic styles when used on live site
See Also