Enum ProductionType
The enum defines valid values for Relativity production types.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ProductionType
Fields
| Name | Description |
|---|---|
| ImagesAndNatives | Produces images and natives. |
| ImagesOnly | Produces images only. |
| NativesOnly | Produces natives only. |
| Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |