Click or drag to resize
ScriptHelperIsClientScriptBlockRegistered Method
Returns whether client script with given key is already registered.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsClientScriptBlockRegistered(
	string key
)

Parameters

key
Type: SystemString
Key which identifies the script

Return Value

Type: Boolean
TRUE if script is already registered
See Also