Click or drag to resize
ScriptHelperRequestScriptRegistration Method
Requests particular script registration. Returns true if the registration is allowed

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

Parameters

key
Type: SystemString
Script key to request

Return Value

Type: Boolean
See Also