Class SingleDocumentImagingJobRequest
Request used for running a job to image an individual documents.
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 SingleDocumentImagingJobRequest : ImagingJobRequest
Properties
| Improve this Doc View SourceAlternateNativeLocation
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 |
ProfileID
Gets or sets the id of the imaging profile to use.
Declaration
public int ProfileID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |