Specifies the category of a field.
Namespace: Relativity.Services.Objects.DataContracts
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Generic | 0 | The field doesn't fit in a more specific category. | |
FullText | 1 | The field holds descriptive text. | |
Identifier | 2 | The field identifies an item, such as a page. | |
Reflected | 3 | The field is reflected. | |
Comments | 4 | The field is used for a reviewer's comments. | |
Relational | 5 | The field is relational, enabling the identification of duplicates and document families. | |
ProductionMarker | 6 | The field describes an aspect of a production. | |
AutoCreate | 7 | The field is automatically generated. | |
FileSize | 8 | The field holds the size of a file in KB. | |
FolderName | 9 | The field contains the name of a folder. | |
FileInfo | 10 | The field contains metadata or information about a file. | |
ParentArtifact | 11 | The field represents the Artifact ID of the parent object. | |
MarkupSetMarker | 12 | The field contains the markup set for use in a production. | |
GenericSystem | 13 | This field is the same as the Generic enum, except that it can't be deleted. | |
MultiReflected | 14 | The field is multireflected. | |
Batch | 15 | The field represents the grouping mechanism for a batch. |
See Also