Class Document
Represents the Relativity document object.
Inherited Members
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 SourceControlNumber
Gets the control number.
Declaration
public string ControlNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
ExtractedText
Gets or sets the extracted text.
Declaration
public string ExtractedText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HasImages
Gets a value indicating whether document has images.
Declaration
public NamedArtifact HasImages { get; }
Property Value
Type | Description |
---|---|
NamedArtifact |
HasNative
Gets a value indicating whether document has native.
Declaration
public bool HasNative { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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> |