ImagingSet Class

Relativity Imaging API
Represents an imaging set, which consists of an ImagingProfile and a saved search containing documents for imaging.
Inheritance Hierarchy

SystemObject
  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

public class ImagingSet : ImagingSetRef

public class ImagingSet : ImagingSetRef

The ImagingSet type exposes the following members.

Constructors

  NameDescription
Public methodImagingSet
Top
Properties

  NameDescription
Public propertyArtifactID
Gets or sets the ArtifactID of this imaging set.
(Inherited from ImagingSetRef.)
Public propertyDataSource
Gets or sets the saved search containing documents for imaging.
Public propertyEmailNotificationRecipients
Gets or sets a list of email addresses for users who are notified after an associated ImagingJob completes.
Public propertyImagingProfile
Gets or sets the ImagingProfileRef containing the settings used for the imaging job.
Public propertyName
Gets or sets the user-friendly name of the imaging set.
(Inherited from ImagingSetRef.)
Public propertyStatus
Gets the current state of the ImagingJob for the imaging set.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference