Class ImagingMassJobRequest
Represents the Mass Imaging job request.
Inheritance
System.Object
    ImagingMassJobRequest
  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 ImagingMassJobRequestProperties
| Improve this Doc View SourceMassProcessID
Gets or sets the process id of the mass imaging operation.
Declaration
public string MassProcessID { 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 | 
SourceType
Gets or sets the type of Document source to be used for generating Images in this mass operation. It defaults to using Document Natives.
Declaration
public ImagingSourceType SourceType { get; set; }Property Value
| Type | Description | 
|---|---|
| ImagingSourceType |