Class DocumentStatus
Contains data about Imaging status of a Document.
Inheritance
System.Object
DocumentStatus
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 DocumentStatus
Properties
| Improve this Doc View SourceError
Gets or sets the DocumentError connected to this Document.
Declaration
public DocumentError Error { get; set; }
Property Value
Type | Description |
---|---|
DocumentError |
HasImages
Gets or sets the HasImages value of this Document. Possible values are Yes, No, Pending, Error.
Declaration
public HasImagesStatus HasImages { get; set; }
Property Value
Type | Description |
---|---|
HasImagesStatus |
ImageCount
Gets or sets the number of images for this Document.
Declaration
public int ImageCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Warnings
Gets or sets the collection of DocumentWarning connected to this Document.
Declaration
public IList<DocumentWarning> Warnings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<DocumentWarning> |