Click or drag to resize
BaseEditMenuAddAlert Method
Adds the alert message to the output request window.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected void AddAlert(
	string message
)

Parameters

message
Type: SystemString
Message to display
See Also