<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.0" />

Field

public class Field : Artifact
Represents a field, which is used to store data for documents and RDOs.
public int? AssociatedObjectTypeID { get; }

Identifies the ObjectType associated with the field.

public bool EnableDataGrid { get; }

Indicates if the field should be written to Data Grid

Provides the FieldCategory of the field definition.

public int? FieldLength { get; }

Indicates the length of a fixed-length text field.

public FieldTypeEnum FieldTypeID { get; }

Represents the ID of a FieldType used to determine the functionality and presentation of the field.

public IEnumerable<Guid> Guids { get; }

Provides a list of GUIDs used to identify an Artifact.

public bool UseUnicode { get; }

Indicates whether foreign language characters can be used.

public Field()