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

Relativity.Services.Document.File

public class File : FileRef
Represents a File in Relativity
public string Details { get; set; }

File's Details

public int DocumentArtifactID { get; set; }

File's Document ArtifactID

public string Guid { get; set; }

File's Guid

public string Identifier { get; set; }

File's Identifier

public bool InRepository { get; set; }

Whether or not the file is in the Repository

public string Location { get; set; }

File's Location

public int Order { get; set; }

File's Order

public int Rotation { get; set; }

File's Rotation

public long? Size { get; set; }

File's Size

public int Type { get; set; }

File's Type

public File()