Class ImagingSetJobRequest
Represents a job request sent to the imaging engine to generated a set of documents identified by a specific ImagingSet instance.
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 ImagingSetJobRequest : ImagingJobRequest
Properties
| Improve this Doc View SourceQcEnabled
Gets or sets the optional property QcEnabled. If true, the run job will hide images by default. If false, the run job will show images by default. If unset, the setting from the previous imaging set run is used.
Declaration
public bool? QcEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |