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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public virtual void ShowInformation(
	string text,
	string description = null,
	string tooltipText = null,
	bool persistent = true
)

Parameters

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