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

IFile

public interface IFile
Represents a File
int FileID { get; }

FileID of the file

string FileName { get; set; }

Name of the file.

string Location { get; }

Location of the file.

string Message { get; }

Details on the status for TextExtract or the Bates number for Mass Print

int ObjectArtifactID { get; }

ArtifactID of the RDO this file belongs to.

long? Size { get; }

Size of the file

Status of the TextExtraction on this file

Stream of the file.