<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5000.1.0" />

Relativity.Testing.Framework.Api.Services.IFileFieldService

public interface IFileFieldService
Represents the file field API service. Exposes methods for downloading and uploading files linked to file fields.
FileFieldDTO DownloadFile(int workspaceId, FileFieldDTO fileFieldDto)

Downloads a file from a file field.

FileFieldDTO UploadFile(int workspaceId, FileFieldDTO fileFieldDto)

Uploads a file to the file field. Saves the objects with the uploadd file.