Show / Hide Table of Contents

Class SingleDocumentImagingJobRequest

Request used for running a job to image an individual documents.

Inheritance
System.Object
ImagingJobRequest
SingleDocumentImagingJobRequest
Inherited Members
ImagingJobRequest.OriginationID
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 SingleDocumentImagingJobRequest : ImagingJobRequest

Properties

| Improve this Doc View Source

AlternateNativeLocation

Gets or sets optional - location of an alternate native to use while imaging the document This file will not be attached to the document, it is only used to generate images.

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

ProfileID

Gets or sets the id of the imaging profile to use.

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

RemoveAlternateNativeAfterImaging

Gets or sets a value indicating whether if alternate native files are specified, remove them after they are imaged.

Declaration
public bool RemoveAlternateNativeAfterImaging { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX