<PackageReference Include="Relativity.ObjectManager" Version="10.2.137.8" />

IFieldManager

public interface IFieldManager : IDisposable
Task<int?> RetrieveArtifactViewFieldIdAsync(int workspaceArtifactId, int fieldArtifactId)

Task<List<FieldRef>> RetrieveBeginBatesFieldsAsync(int workspaceArtifactId)

Task<UniqueFieldValuesResult> RetrieveUniqueFieldValuesAsync(int workspaceId, int artifactTypeId, string fieldName)

Task SetOverlayBehaviorAsync(int workspaceArtifactId, int fieldArtifactId, bool fieldOverlayBehavior)

Task SetPropagateToAsync(int workspaceArtifactId, int fieldArtifactId, IEnumerable<int> relationalFieldArtifactIDs)

Task UpdateFilterTypeAsync(int workspaceArtifactId, int artifactViewFieldId, string filterType)