Click or drag to resize
ScriptHelperAddScript Method
Adds a script to an existing script

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string AddScript(
	string script,
	string add
)

Parameters

script
Type: SystemString
Original script
add
Type: SystemString
Script to add

Return Value

Type: String
See Also