ClientScriptsRegisterAlertStartup Method

Note: This API is now obsolete.

Definition

Namespace: Centralpoint.Web.UI
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ObsoleteAttribute("This method has been depreciated in favor of CpScriptManager.RegisterAlert.")]
public void RegisterAlertStartup(
	string key,
	string message
)

Parameters

key  String
 
message  String
 

See Also