<PackageReference Include="Relativity.API" Version="17.0.4" />

IViewField

public interface IViewField
Represents a Field that is shown in a View Object.
int ArtifactViewFieldID { get; set; }

The Artifact View FieldID of a Field.

int Order { get; set; }

A value that represents the order the field is shown in.

int ViewFieldID { get; set; }

The identifier field for the view field. The SQL Server automatically manages the value.