<PackageReference Include="Relativity.EventHandler" Version="11.2.151.22" />

kCura.EventHandler.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.