Enum BasicCategory
Specifies the categories of file types or formats for basic imaging. Used by NativeType class.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum BasicCategory
Fields
| Name | Description |
|---|---|
| Database | The native type is a database. |
| Graphic | The native type is a graphics file. |
| Multimedia | The native type is a multimedia file. |
| Other | The category for the native type isn’t specified. |
| Spreadsheet | The native type is a spreadsheet. |
| Unknown | The native type can't be mapped. |
| WordProcessor | The native type is a document. |