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

IExportToFileParameters

public interface IExportToFileParameters
Parameters for the Export to File Mass Operation.
Encoding Encoding { get; }

The encoding of the file.

bool EscapeFormulas { get; }

If true, the export will escape formulas. This is an export-to-excel only option.

The stream the completed Mass Operation will write to.

The fields to export. If populated, will take precedence over View, and only fields specified in this property will be exported.

ExportToFileOptions

The object type of the mass operation.

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

The Search Provider, if any, to use.

IArtifactRef View { get; }

The selected view to export field metadata from. If no Fields are specified, all fields in this view will be exported.