Enum ImagingProfileType
Specifies the basic or native imaging option defined on an ImagingProfile instance.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ImagingProfileType
Fields
| Name | Description |
|---|---|
| Basic | Specifies basic imaging, which limits the availability of imaging options that can be set on the ImagingProfile instance.
|
| Native | Specifies native imaging, which offers multiple imaging options that can be set on the ImagingProfile instance. |
| Unknown | Represents error during mapping. |