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

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)