FieldCategory Enumeration

Relativity Services API
Specifies the category of a field.

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum FieldCategory
Members

  Member nameValueDescription
Generic0 The field doesn't fit in a more specific category.
FullText1 The field holds descriptive text.
Identifier2 The field identifies an item, such as a page.
Reflected3 The field is reflected.
Comments4 The field is used for a reviewer's comments.
Relational5 The field is relational, enabling the identification of duplicates and document families.
ProductionMarker6 The field describes an aspect of a production.
AutoCreate7 The field is automatically generated.
FileSize8 The field holds the size of a file in KB.
FolderName9 The field contains the name of a folder.
FileInfo10 The field contains metadata or information about a file.
ParentArtifact11 The field represents the Artifact ID of the parent object.
MarkupSetMarker12 The field contains the markup set for use in a production.
GenericSystem13 This field is the same as the Generic enum, except that it can't be deleted.
MultiReflected14 The field is multireflected.
Batch15 The field represents the grouping mechanism for a batch.
See Also

Reference