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

DocumentStatus

public class DocumentStatus
Contains data about Imaging status of a Document.
public DocumentError Error { get; set; }

Gets or sets the DocumentError connected to this Document.

public HasImagesStatus HasImages { get; set; }

Gets or sets the HasImages value of this Document. Possible values are Yes, No, Pending, Error.

public int ImageCount { get; set; }

Gets or sets the number of images for this Document.

public IList<DocumentWarning> Warnings { get; set; }

Gets or sets the collection of DocumentWarning connected to this Document.

public DocumentStatus()