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

IMoveParameters

public interface IMoveParameters
Parameters for the Move mass operation.
int? BatchSize { get; }

Optional custom batch size for a Move mass operation. If null, will use the instance setting kCura.EDDS.Web.MassMoveBatchAmount

The folder to be moved to.

Object type of the objects to be moved. Only folders, documents, searches, and search containers can be moved.

Optional identifier for tracking the mass operation process state. If null, an identifier will be randomly generated when the mass operation executes.