Show / Hide Table of Contents

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 ImagingMassJobRequest

Properties

| Improve this Doc View Source

MassProcessID

Gets or sets the process id of the mass imaging operation.

Declaration
public string MassProcessID { 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

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