<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

FileObject

public class FileObject
Represents a file used as a value for file fields in Relativity.
public int FileFieldArtifactID { get; set; }

Gets or sets the File field ArtifactID of a File object.

public int FileID { get; set; }

Gets or sets the File ID of a File object.

public string FileName { get; set; }

Gets or sets the user-friendly name of a File object.

public FileObject()