Represents an imaging set, which consists of an ImagingProfile and a saved search containing documents for imaging.
Inheritance Hierarchy
Relativity.Imaging.Services.InterfacesImagingSetRef
Relativity.Imaging.Services.InterfacesImagingSet
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
The ImagingSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ImagingSet |
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Gets or sets the ArtifactID of this imaging set.
(Inherited from ImagingSetRef.) |
![]() | DataSource |
Gets or sets the saved search containing documents for imaging.
|
![]() | EmailNotificationRecipients |
Gets or sets a list of email addresses for users who are notified after an associated ImagingJob completes.
|
![]() | ImagingProfile |
Gets or sets the ImagingProfileRef containing the settings used for the imaging job.
|
![]() | Name |
Gets or sets the user-friendly name of the imaging set.
(Inherited from ImagingSetRef.) |
![]() | Status |
Gets the current state of the ImagingJob for the imaging set.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also