<PackageReference Include="Relativity.MassOperations.SDK" Version="2.0.0" />

Relativity.MassOperations.V2.DTOs.MassExportToFileRequest

DTO for an Export to File request allowing for a query.
public bool EscapeFormulas { get; set; }

Option denoting if formulas should be escaped. Only used when the file format is Excel.

The encoding of the export. ExportEncodingType for supported encodings.

public ExportFileFormat ExportFileFormat { get; set; }

The file format of the export. ExportFileFormat for supported formats.

public bool HasRank { get; set; }

If the Search Provider supports rank.

public int? SearchProviderArtifactID { get; set; }

Artifact ID of the Search Provider to use, or null if no Search Provider should be used.

public IEnumerable<FieldRef> ViewFields { get; set; }

Collection of fields to export. Will take precedence over ViewID if populated.

public int ViewID { get; set; }

View to Export to File.