Show / Hide Table of Contents

Class Document

Represents the Relativity document object.

Inheritance
System.Object
Artifact
Document
Inherited Members
Artifact.ArtifactID
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class Document : Artifact

Properties

| Improve this Doc View Source

ControlNumber

Gets the control number.

Declaration
public string ControlNumber { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExtractedText

Gets or sets the extracted text.

Declaration
public string ExtractedText { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

HasImages

Gets a value indicating whether document has images.

Declaration
public NamedArtifact HasImages { get; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

HasNative

Gets a value indicating whether document has native.

Declaration
public bool HasNative { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SystemCreatedOn

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

Declaration
public DateTime? SystemCreatedOn { get; }
Property Value
Type Description
System.Nullable<System.DateTime>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX