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

ExternalMapping

public class ExternalMapping
public int? AssociativeArtifactTypeID { get; set; }

public int? CatalogLength { get; set; }

public int? CurrentLength { get; set; }

public bool EnableDataGrid { get; set; }

public string ExternalFieldName { get; set; }

public string ExternalFieldSource { get; set; }

public int? FieldArtifactId { get; set; }

public int FieldCategory { get; set; }

public Guid? FieldGuid { get; set; }

public int FieldTypeId { get; set; }

public string FriendlyName { get; set; }

public bool IsArtifactBaseField { get; set; }

public int MappingId { get; set; }

public int ObjectType { get; set; }

public string RelativityFieldName { get; set; }

public bool UseUnicodeEncoding { get; set; }

public ExternalMapping()