| ScriptHelperIsClientScriptBlockRegistered Method  | 
            Returns whether client script with given key is already registered.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static bool IsClientScriptBlockRegistered(
	string key
)
Parameters
- key
 - Type: SystemString
Key which identifies the script 
Return Value
Type: 
BooleanTRUE if script is already registered
See Also