<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

Field

public class Field
Represents a field used to store metadata, choices, and other information in Relativity.
public int ArtifactID { get; set; }

Gets or sets the Artifact ID of a Field object.

public FieldCategory FieldCategory { get; set; }

Gets or sets the FieldCategory enum used to indicate the specific functionality assigned to a field, such as stores descriptive text or acts as a relational field.

public FieldType FieldType { get; set; }

Gets or sets the type of a Relativity field, such as fixed-length text, date, single object, or others.

public List<Guid> Guids { get; set; }

Gets or sets the GUIDs used to identify a Field object.

public string Name { get; set; }

Gets or sets the user-friendly name of a Field object.

public int ViewFieldID { get; set; }

Gets or sets a unique identifier used to reference a view field.

public Field()