<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

Document

public class Document : Artifact
Represents the Relativity document object.
public string ControlNumber { get; }

Gets the control number.

public string ExtractedText { get; set; }

Gets or sets the extracted text.

public NamedArtifact HasImages { get; }

Gets a value indicating whether document has images.

public bool HasNative { get; }

Gets a value indicating whether document has native.

public DateTime? SystemCreatedOn { get; }

Gets the date and time in UTC when the document was created.

public Document()