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

MassOperationEventHandlerResponse

Represents the results of a read operation on an event handler for a mass operation.

Gets the identifier for the application that the event handler is associated with.

public string AssemblyName { get; set; }

Gets the assembly name of the event handler.

public string ClassName { get; set; }

Gets the class name of the event handler.

public string CompanyName { get; set; }

Gets the name of the company that made the event handler.

public string Description { get; set; }

Gets the description of the event handler.

public int EventHandlerID { get; set; }

Gets the ID of the event handler. This ID does not come from the artifact table.