<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5001.1.0" />

Relativity.Services.Document.DocumentRef

public class DocumentRef
Represents a Document reference.
public int ArtifactID { get; set; }

Document Artifact ID

public string Identifier { get; set; }

Document Identifier

public DocumentRef()

Document reference constructor.

public DocumentRef(int artifactID)

Document reference constructor.

public DocumentRef(int artifactID, string identifier)

Document reference constructor.

public DocumentRef(string identifier)