<PackageReference Include="Relativity.API" Version="17.0.4" />

IMassOperationBuilderWithoutParameters<TMassOperation, TIDs>

public interface IMassOperationBuilderWithoutParameters<TMassOperation, TIDs> : IMassOperationBuilder, IContextualInformation where TMassOperation : IMassOperation
A factory for making Mass Operations of TMassOperation that batched using TIDs.
TMassOperation CreateMassOperation(long processTableId)

Creates a Mass Operation using a precreated process table from it's ID

TMassOperation CreateMassOperation(IEnumerable<TIDs> ids)

Creates a Mass Operation using an enumerable of TIDs