<PackageReference Include="Relativity.ObjectManager" Version="10.3.107.60" />

IFileManager

public interface IFileManager : IDisposable
Task<DocumentImageResponse[]> GetImagesForDocumentsAsync(int workspaceID, int[] documentIDs)

Task<ExportProductionDocumentImageResponse[]> GetImagesForExportAsync(int workspaceID, int[] productionIDs, int[] documentIDs)

Task<ProductionDocumentImageResponse[]> GetImagesForProductionDocumentsAsync(int workspaceID, int productionID, int[] documentIDs)

Task<FileResponse[]> GetNativesForProductionAsync(int workspaceID, int productionID, int[] documentIDs)

Task<FileResponse[]> GetNativesForSearchAsync(int workspaceID, int[] documentIDs)

Task<FileResponse[]> GetProducedImagesForDocumentAsync(int workspaceID, int documentID)