Show / Hide Table of Contents

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 Source

Error

Gets or sets the DocumentError connected to this Document.

Declaration
public DocumentError Error { get; set; }
Property Value
Type Description
DocumentError
| Improve this Doc View Source

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
| Improve this Doc View Source

ImageCount

Gets or sets the number of images for this Document.

Declaration
public int ImageCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX