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

Response

public class Response
Defines a response object for event handlers.
public Exception Exception { get; set; }

Gets and/or sets an exception representing errors that occurred during an event handler execution.

public FieldCollection FieldCollection { get; set; }

Gets and/or sets a collection of fields for a response object.

public string Message { get; set; }

Gets and/or sets a message for a response object.

public List<Base> PostExecuteActions { get; set; }

Gets and/or sets a list of actions to be executed.

public bool Success { get; set; }

Boolean flag indicating whether a response message is successfully created or not.

public Response()

Initializes a new instance of the Response class.