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

EventHandlerMassOperationRequest

DTO for creating or updating an event handler mass operation.
public int EventHandlerID { get; set; }

Gets or sets the event handler ID of the mass operation.

public Securable<ObjectIdentifier> Layout { get; set; }

Gets or sets the layout identifier of the mass operation.

public string Name { get; set; }

Gets or sets the name of the mass operation.

Gets or sets the parent object type of the mass operation.

Gets or sets the list of identifiers of associated Relativity Applications for the mass operation.

Default constructor for the request, does not instantiate any properties.

Constructs an EventHandlerMassOperationRequest based on the read result of a mass operation.