Click or drag to resize
ScriptHelperAddToRegisteredStartupScripts Method
Adds key identifying script to collection of registered startup scripts.

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

Parameters

key
Type: SystemString
Key which identifies the script
See Also