<PackageReference Include="Relativity.Server.EventHandler.SDK" Version="17.4.2" />

ScriptBlock

public class ScriptBlock
Defines a script block for event handlers.
public string Key { get; set; }

Gets and/or sets a key for a script.

public string Script { get; set; }

Gets and/or sets a script body for an event handler.

public ScriptBlock()

Initializes a new instance of the ScriptBlock class.