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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected void AddAlert(
	string message
)

Parameters

message
Type: SystemString
Message to display
See Also