<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

Relativity.Services.FieldMapping.FieldFilter

public class FieldFilter
Properties to filter Invariant fields.
public string DataTypeFilter { get; set; }

Filter for the data type of mappable fields.

public string DescriptionFilter { get; set; }

Filter for the description of mappable fields.

public string NameFilter { get; set; }

Filter for the friendly name of mappable fields.

public string RelativityFieldNameFilter { get; set; }

Filter for the mapped Relativity field names.

public string SourceNameFilter { get; set; }

Filter for the source name of mappable fields.

public FieldFilter()