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

DeleteItem

public class DeleteItem
Provides information about each item that was deleted.
public string Action { get; set; }

Gets or sets a string indicating the action taken to remove an object, such as delete for child objects, and unlink for associative objects.

public string Connection { get; set; }

Gets or sets a string indicating the relationship between the deleted dependent objects, such as parent, child, and associative object.

public int Count { get; set; }

Gets or sets the number of objects that were deleted.

public string ObjectTypeName { get; set; }

Gets or sets a string indicating the type of the object the was deleted.

public DeleteItem()