ScriptHelper GetAlertScript Method (String, Boolean)Kentico 8.0 API Reference
Returns the JavaScript alert message.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

message
Type: OnlineSystem String
Message to display
addScriptTags
Type: OnlineSystem Boolean
True to enclose the script block in script and /script tags, otherwise false

Return Value

Type: OnlineString
See Also