Click or drag to resize
MessagesPlaceHolderShowError Method
Shows the specified error message, optionally with a tooltip text.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public void ShowError(
	string text,
	string description = null,
	string tooltipText = null
)

Parameters

text
Type: SystemString
Error message text
description (Optional)
Type: SystemString
Additional description
tooltipText (Optional)
Type: SystemString
Tooltip text
See Also