Console.AddScriptBlock Method

Relativity Event Handlers
Adds a script literal to the rendered page. Your text should be enclosed in script tags.

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

public void AddScriptBlock(
	string key,
	string script
)

public void AddScriptBlock(
	string key,
	string script
)

Parameters

key
Type: System.String
String value uniquely identifying a script.
script
Type: System.String
String value containing a body of a script.
Remarks

See Also

Reference