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

ISaveAsListParameters

public interface ISaveAsListParameters
Parameters for a save as list mass operation.
int? BatchSize { get; }

Optional custom batch size for a save as list mass operation.

string Notes { get; }

Notes of the list.

The object type being save as list.

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

ISaveAsListOptions.