Class ImagingSetRequest
Represents request for ImaginingSet create and update operations.
Inheritance
System.Object
    ImagingSetRequest
  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 ImagingSetRequestProperties
| Improve this Doc View SourceDataSourceID
Gets or sets the Artifact ID of the saved search containing the documents for imaging.
Declaration
public int DataSourceID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
EmailNotificationRecipients
Gets or sets a list of email addresses for users who are notified after the associated imaging job completes.
Declaration
public string EmailNotificationRecipients { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
ImagingProfileID
Gets or sets the Artifact ID of the imaging profile associated with the imaging set.
Declaration
public int ImagingProfileID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Name
Gets or sets the user-friendly name of the imaging set.
Declaration
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |